| file_test_file_url_alter |
function |
core/modules/file/tests/file_test/file_test.module |
Implements hook_file_url_alter(). |
| file_test_get_all_calls |
function |
core/modules/file/tests/file_test/file_test.module |
Get an array with the calls for all hooks. |
| file_test_get_calls |
function |
core/modules/file/tests/file_test/file_test.module |
Gets the arguments passed to a given hook invocation. |
| file_test_get_ids.info.yml |
file |
core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml |
core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml |
| file_test_reset |
function |
core/modules/file/tests/file_test/file_test.module |
Reset/initialize the history of calls to the file_* hooks. |
| file_test_set_return |
function |
core/modules/file/tests/file_test/file_test.module |
Assign a return value for a given operation. |
| file_test_validator |
function |
core/modules/file/tests/file_test/file_test.module |
Helper validator that returns the $errors parameter. |
| file_test_views.info.yml |
file |
core/modules/file/tests/modules/file_test_views/file_test_views.info.yml |
core/modules/file/tests/modules/file_test_views/file_test_views.info.yml |
| file_theme |
function |
core/modules/file/file.module |
Implements hook_theme(). |
| file_tokens |
function |
core/modules/file/file.module |
Implements hook_tokens(). |
| file_token_info |
function |
core/modules/file/file.module |
Implements hook_token_info(). |
| file_update_last_removed |
function |
core/modules/file/file.install |
Implements hook_update_last_removed(). |
| file_url_generator |
service |
core/core.services.yml |
Drupal\Core\File\FileUrlGenerator |
| FILE_URL_TEST_CDN_1 |
constant |
core/modules/file/tests/file_test/file_test.module |
|
| FILE_URL_TEST_CDN_2 |
constant |
core/modules/file/tests/file_test/file_test.module |
|
| file_validate |
function |
core/modules/file/file.module |
Checks that a file meets the criteria specified by the validators. |
| file_validate_extensions |
function |
core/modules/file/file.module |
Checks that the filename ends with an allowed extension. |
| file_validate_image_resolution |
function |
core/modules/file/file.module |
Verifies that image dimensions are within the specified maximum and minimum. |
| file_validate_is_image |
function |
core/modules/file/file.module |
Checks that the file is recognized as a valid image. |
| file_validate_name_length |
function |
core/modules/file/file.module |
Checks for files with names longer than can be stored in the database. |
| file_validate_size |
function |
core/modules/file/file.module |
Checks that the file's size is below certain limits. |
| file_validation_sanitization_subscriber |
service |
core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml |
Drupal\file_validator_test\EventSubscriber\FileSanitizationEventSubscriber |
| file_validation_test_subscriber |
service |
core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml |
Drupal\file_validator_test\EventSubscriber\FileValidationTestSubscriber |
| file_validator_test.info.yml |
file |
core/modules/file/tests/modules/file_validator_test/file_validator_test.info.yml |
core/modules/file/tests/modules/file_validator_test/file_validator_test.info.yml |
| file_validator_test.services.yml |
file |
core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml |
core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml |
| FILE_WRITABLE |
constant |
core/includes/install.inc |
File permission check -- File is writable. |
| FilterFormatConsolidateFilterConfigUpdateTest::setDatabaseDumpFiles |
function |
core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php |
Set database dump files to be used. |
| FilterFormatUpdateFilterSortingTest::setDatabaseDumpFiles |
function |
core/modules/filter/tests/src/Functional/FilterFormatUpdateFilterSortingTest.php |
Set database dump files to be used. |
| FinalExceptionSubscriber::simplifyFileInError |
function |
core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php |
Attempts to reduce error verbosity in the error message's file path. |
| FollowUpMigrationsTest::getFileMigrationInfo |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php |
Returns information about the file to be migrated. |
| form--managed-file.css |
file |
core/themes/claro/css/components/form--managed-file.css |
Styles for the managed file widget. |
| form--managed-file.pcss.css |
file |
core/themes/claro/css/components/form--managed-file.pcss.css |
Styles for the managed file widget. |
| FormBuilder::getFileUploadMaxSize |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Wraps file_upload_max_size(). |
| FormBuilderTest::testExceededFileSize |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
@covers ::buildForm[[api-linebreak]] |
| FormCacheTest::testLoadCachedFormStateWithFiles |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::loadCachedFormState[[api-linebreak]] |
| FormErrorHandlerFileUploadTest |
class |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
Tests file upload scenario's with Inline Form Errors. |
| FormErrorHandlerFileUploadTest.php |
file |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
|
| FormErrorHandlerFileUploadTest::$defaultTheme |
property |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
The theme to install as the default for testing. |
| FormErrorHandlerFileUploadTest::$modules |
property |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
Modules to install. |
| FormErrorHandlerFileUploadTest::setUp |
function |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
|
| FormErrorHandlerFileUploadTest::testFileUploadErrors |
function |
core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php |
Tests that the required field error is displayed as inline error message. |
| FormState::$has_file_element |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates a file element is present. |
| FormState::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Returns whether this form has a file element. |
| FormState::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets that this form has a file element. |
| FormStateDecoratorBase::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns whether this form has a file element. |
| FormStateDecoratorBase::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets that this form has a file element. |
| FormStateDecoratorBaseTest::testHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::hasFileElement[[api-linebreak]] |
| FormStateDecoratorBaseTest::testSetHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setHasFileElement[[api-linebreak]] |
| FormStateInterface::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Returns whether this form has a file element. |
| FormStateInterface::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets that this form has a file element. |