Search for files
- Search 7.x for files
- Search 8.9.x for files
- Search 10.3.x for files
- Search 11.x for files
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileSecurityTest::testWriteHtaccessFailure | function | core/ |
@covers ::writeHtaccess |
FileSecurityTest::testWriteHtaccessForceOverwrite | function | core/ |
@covers ::writeHtaccess |
FileSecurityTest::testWriteHtaccessPrivate | function | core/ |
@covers ::writeHtaccess |
FileSecurityTest::testWriteHtaccessPublic | function | core/ |
@covers ::writeHtaccess |
FileSecurityTest::testWriteWebConfig | function | core/ |
@covers ::writeWebConfig |
FileSecurityTest::testWriteWebConfigFailure | function | core/ |
@covers ::writeWebConfig |
FileSecurityTest::testWriteWebConfigForceOverwrite | function | core/ |
@covers ::writeWebConfig |
FileSelection | class | core/ |
Provides specific access control for the file entity type. |
FileSelection.php | file | core/ |
|
FileSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
FileSelection::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
FileSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
FileServiceProvider | class | core/ |
Adds 'application/octet-stream' as a known (bin) format. |
FileServiceProvider.php | file | core/ |
|
FileServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
FileSize | class | core/ |
Formatter that shows the file size in a human readable way. |
FileSize | class | core/ |
Render a numeric value as a size. |
FileSize.php | file | core/ |
|
FileSize.php | file | core/ |
|
FileSize::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
FileSize::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
FileSize::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
FileSize::render | function | core/ |
Renders the field. |
FileSize::viewElements | function | core/ |
Builds a renderable array for a field value. |
FileStorage | class | core/ |
File storage for files. |
FileStorage | class | core/ |
Defines the file storage. |
FileStorage | class | core/ |
Stores the code as regular PHP files. |
FileStorage.php | file | core/ |
|
FileStorage.php | file | core/ |
|
FileStorage.php | file | core/ |
|
FileStorage::$collection | property | core/ |
The storage collection. |
FileStorage::$directory | property | core/ |
The filesystem path for configuration objects. |
FileStorage::$directory | property | core/ |
The directory where the files should be stored. |
FileStorage::$fileCache | property | core/ |
The file cache object. |
FileStorage::createCollection | function | core/ |
Creates a collection on the storage. |
FileStorage::createDirectory | function | core/ |
Ensures the requested directory exists and has the right permissions. |
FileStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
FileStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
FileStorage::delete | function | core/ |
Deletes PHP code from storage. |
FileStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
FileStorage::deleteAll | function | core/ |
Removes all files in this bin. |
FileStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
FileStorage::ensureDirectory | function | core/ |
Ensures the directory exists, has the right permissions, and a .htaccess. |
FileStorage::ensureStorage | function | core/ |
Check if the directory exists and create it if not. |
FileStorage::exists | function | core/ |
Returns whether a configuration object exists. |
FileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
FileStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
FileStorage::getAllCollectionNamesHelper | function | core/ |
Helper function for getAllCollectionNames(). |
FileStorage::getCollectionDirectory | function | core/ |
Gets the directory for the collection. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.