Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::render | function | core/ |
Renders the field. |
| FileSize::viewElements | function | core/ |
Builds a renderable array for a field value. |
| FileSizeLimitConstraint | class | core/ |
File size max constraint. |
| FileSizeLimitConstraint.php | file | core/ |
|
| FileSizeLimitConstraint::$diskQuotaMessage | property | core/ |
The message for when disk quota is exceeded. |
| FileSizeLimitConstraint::$fileLimit | property | core/ |
The file limit. |
| FileSizeLimitConstraint::$maxFileSizeMessage | property | core/ |
The message for when file size limit is exceeded. |
| FileSizeLimitConstraint::$userLimit | property | core/ |
The user limit. |
| FileSizeLimitConstraint::getDefaultOption | function | core/ |
|
| FileSizeLimitConstraintValidator | class | core/ |
Validates the FileSizeLimitConstraint. |
| FileSizeLimitConstraintValidator.php | file | core/ |
|
| FileSizeLimitConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| FileSizeLimitConstraintValidator::validate | function | core/ |
|
| FileSizeLimitConstraintValidator::__construct | function | core/ |
Creates a new FileSizeConstraintValidator. |
| FileSizeLimitConstraintValidatorTest | class | core/ |
Tests the FileSizeLimitConstraintValidator. |
| FileSizeLimitConstraintValidatorTest.php | file | core/ |
|
| FileSizeLimitConstraintValidatorTest::testFileValidateSize | function | core/ |
@covers ::validate[[api-linebreak]] |
| FileStorage | class | core/ |
File storage for files. |
| FileStorage | class | core/ |
Stores the code as regular PHP files. |
| FileStorage | class | core/ |
Defines the file storage. |
| 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/ |
Removes all files in this bin. |
| FileStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| 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. |
| FileStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| FileStorage::getFileExtension | function | core/ |
Returns the file extension used by the file storage for all configuration files. |
| FileStorage::getFilePath | function | core/ |
Returns the path to the configuration file. |
Pagination
- Previous page
- Page 662
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.