Search for files
- Search 7.x for files
- Search 9.5.x for files
- Search 8.9.x for files
- Search 10.3.x for files
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileSecurity::htaccessLines | function | core/ |
Returns the standard .htaccess lines that Drupal writes. |
FileSecurity::htaccessLines | function | composer/ |
Returns the standard .htaccess lines that Drupal writes. |
FileSecurity::htaccessPreventExecution | function | composer/ |
Returns htaccess directives to deny execution in a given directory. |
FileSecurity::htaccessPreventExecution | function | core/ |
Returns htaccess directives to deny execution in a given directory. |
FileSecurity::writeFile | function | core/ |
Writes the contents to the file in the given directory. |
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. |
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 |
FileSelection | class | core/ |
Provides specific access control for the file entity type. |
FileSelection.php | file | core/ |
|
FileSelection::buildEntityQuery | function | core/ |
|
FileSelection::createNewEntity | function | core/ |
|
FileSelection::validateReferenceableNewEntities | function | core/ |
|
FileServiceProvider | class | core/ |
Adds 'application/octet-stream' as a known (bin) format. |
FileServiceProvider.php | file | core/ |
|
FileServiceProvider::alter | function | core/ |
|
FileSize | class | core/ |
Render a numeric value as a size. |
FileSize | class | core/ |
Formatter that shows the file byte size in a human-readable way. |
FileSize.php | file | core/ |
|
FileSize.php | file | core/ |
|
FileSize::buildOptionsForm | function | core/ |
|
FileSize::defineOptions | function | core/ |
|
FileSize::render | function | core/ |
|
FileSize::viewElements | function | core/ |
|
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/ |
|
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 |
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/ |
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.