Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
File class Drupal\file\Plugin\Core\Entity drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php Defines the file entity class. 11
File class Symfony\Component\HttpFoundation\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php A file in the file system. 1 2
File class Drupal\file\Plugin\views\field drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file. 2
File class Drupal\file\Plugin\views\wizard drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php Tests creating managed files views with the wizard.
FileAsset class Assetic\Asset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php Represents an asset loaded from a file. 23
FileAssetTest class Assetic\Test\Asset drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php
FileBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php FileBag is a container for HTTP headers. 1
FileBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php FileBagTest.
FileBinaryMimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php Guesses the mime type with the binary "file" (only available on *nix) 1
FileBundle class Drupal\file drupal/core/modules/file/lib/Drupal/file/FileBundle.php
FileCache abstract class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php Base file cache driver. 2
FileCacheReader class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php File cache reader for annotations. 2
FileCacheReaderTest class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php
FileDriver abstract class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php Base driver for file-based metadata drivers. 2 1
FileDriverTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php
FileException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php Thrown when an error occurred in the component File 4 3
FileFieldDisplayTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php Tests that formatters are working properly.
FileFieldPathTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php Tests that files are uploaded to proper locations.
FileFieldRevisionTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php Tests file handling with node revisions.
FileFieldRSSContentTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php Tests that formatters are working properly.
FileFieldTestBase abstract class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php Provides methods specifically for testing File module's field handling. 9
FileFieldValidateTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php Tests various validations.
FileFieldWidgetTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php Tests file field widget.
FileInclusionTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php Tests form API file inclusion.
FileinfoMimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php Guesses the mime type using the PECL extension FileInfo
FileLoader abstract class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/FileLoader.php FileLoader is the abstract class used by all built-in loaders that are file based. 4
FileLocator interface Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php Locate the file that contains the metadata information for a given class name. 2
FileLocator class Symfony\Component\HttpKernel\Config drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php FileLocator uses the KernelInterface to locate resources in bundles. 1
FileManagedFileElementTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php Tests the 'managed_file' element type.
FileManagedTestBase abstract class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php Base class for file tests that use the file_test module to test uploads and hooks. 12
FileMime class Drupal\file\Plugin\views\field drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/FileMime.php Field handler to add rendering MIME type images as an option on the filemime field.
FileMoveTest class Drupal\system\Tests\Image drupal/core/modules/system/lib/Drupal/system/Tests/Image/FileMoveTest.php Tests the file move function for managed files.
FileNotFoundException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php Thrown when a file was not found 7
FilePrivateTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FilePrivateTest.php Tests file access on private nodes.
FileProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php Storage for profiler using files. 1
FileProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
FileReadOnlyStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them. 1
FileResource class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php A resource is something formulae can be loaded from. 2
FileResourceTest class Assetic\Test\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/FileResourceTest.php
FileSize class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FileSize.php Render a numeric value as a size.
FileStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php Stores the code as regular PHP files. 1
FileStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/FileStorage.php Defines the file storage controller. 1 7
FileStorageController class Drupal\file drupal/core/modules/file/lib/Drupal/file/FileStorageController.php File storage controller for files.
FileStorageTest class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php Tests FileStorage controller operations.
FileStorageTest class Drupal\system\Tests\PhpStorage drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php Tests the simple file storage.
FilesystemCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php Filesystem cache driver. 1
FilesystemCache class Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php A simple filesystem cache. 1
FilesystemCacheTest class Assetic\Test\Cache drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/FilesystemCacheTest.php
FilesystemCacheTest class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php @group DCOM-101
FileTest class Symfony\Component\HttpFoundation\Tests\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php

Pages

Other projects