| FileSize::render |
function |
core/modules/views/src/Plugin/views/field/FileSize.php |
Renders the field. |
| FileSize::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php |
Builds a renderable array for a field value. |
| FileSizeLimitConstraint |
class |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
File size max constraint. |
| FileSizeLimitConstraint.php |
file |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
|
| FileSizeLimitConstraint::$diskQuotaMessage |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The message for when disk quota is exceeded. |
| FileSizeLimitConstraint::$fileLimit |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The file limit. |
| FileSizeLimitConstraint::$maxFileSizeMessage |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The message for when file size limit is exceeded. |
| FileSizeLimitConstraint::$userLimit |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The user limit. |
| FileSizeLimitConstraint::getDefaultOption |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
|
| FileSizeLimitConstraintValidator |
class |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraintValidator.php |
Validates the FileSizeLimitConstraint. |
| FileSizeLimitConstraintValidator.php |
file |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraintValidator.php |
|
| FileSizeLimitConstraintValidator::create |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraintValidator.php |
Instantiates a new instance of this class. |
| FileSizeLimitConstraintValidator::validate |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraintValidator.php |
|
| FileSizeLimitConstraintValidator::__construct |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraintValidator.php |
Creates a new FileSizeConstraintValidator. |
| FileSizeLimitConstraintValidatorTest |
class |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php |
Tests the FileSizeLimitConstraintValidator. |
| FileSizeLimitConstraintValidatorTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php |
|
| FileSizeLimitConstraintValidatorTest::testFileValidateSize |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php |
@covers ::validate[[api-linebreak]] |
| FileStorage |
class |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Stores the code as regular PHP files. |
| FileStorage |
class |
core/lib/Drupal/Core/Config/FileStorage.php |
Defines the file storage. |
| FileStorage |
class |
core/modules/file/src/FileStorage.php |
File storage for files. |
| FileStorage.php |
file |
core/modules/file/src/FileStorage.php |
|
| FileStorage.php |
file |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
|
| FileStorage.php |
file |
core/lib/Drupal/Core/Config/FileStorage.php |
|
| FileStorage::$collection |
property |
core/lib/Drupal/Core/Config/FileStorage.php |
The storage collection. |
| FileStorage::$directory |
property |
core/lib/Drupal/Core/Config/FileStorage.php |
The filesystem path for configuration objects. |
| FileStorage::$directory |
property |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
The directory where the files should be stored. |
| FileStorage::$fileCache |
property |
core/lib/Drupal/Core/Config/FileStorage.php |
The file cache object. |
| FileStorage::createCollection |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Creates a collection on the storage. |
| FileStorage::createDirectory |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Ensures the requested directory exists and has the right permissions. |
| FileStorage::decode |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Decodes configuration data from the storage-specific format. |
| FileStorage::delete |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Deletes a configuration object from the storage. |
| FileStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Deletes PHP code from storage. |
| FileStorage::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Removes all files in this bin. |
| FileStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Deletes configuration objects whose names start with a given prefix. |
| FileStorage::encode |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Encodes configuration data into the storage-specific format. |
| FileStorage::ensureDirectory |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Ensures the directory exists, has the right permissions, and a .htaccess. |
| FileStorage::ensureStorage |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Check if the directory exists and create it if not. |
| FileStorage::exists |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns whether a configuration object exists. |
| FileStorage::exists |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Checks whether the PHP code exists in storage. |
| FileStorage::garbageCollection |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Performs garbage collection on the storage. |
| FileStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the existing collections. |
| FileStorage::getAllCollectionNamesHelper |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Helper function for getAllCollectionNames(). |
| FileStorage::getCollectionDirectory |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the directory for the collection. |
| FileStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the name of the current collection the storage is using. |
| FileStorage::getFileExtension |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns the file extension used by the file storage for all configuration files. |
| FileStorage::getFilePath |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns the path to the configuration file. |
| FileStorage::getFileSystem |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns file system service. |
| FileStorage::getFullPath |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Gets the full file path. |
| FileStorage::listAll |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Lists all the files in the storage. |
| FileStorage::listAll |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets configuration object names starting with a given prefix. |