Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileSecurity::writeFile | function | composer/ |
Writes the contents to the file in the given directory. |
FileSecurity::writeHtaccess | function | composer/ |
Writes an .htaccess file in the given directory, if it doesn't exist. |
FileSecurity::writeHtaccess | function | core/ |
Writes an .htaccess file in the given directory, if it doesn't exist. |
FileSecurity::writeWebConfig | function | core/ |
Writes a web.config file in the given directory, if it doesn't exist. |
FileSecurity::writeWebConfig | function | composer/ |
Writes a web.config file in the given directory, if it doesn't exist. |
FileSecurityTest | class | core/ |
Tests the file security component. |
FileSecurityTest.php | file | core/ |
|
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 options form that provides the 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. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.