file_system |
service |
core/core.services.yml |
Drupal\Core\File\FileSystem |
file_system_settings_submit |
function |
core/modules/file/file.module |
Form submission handler for file system settings form. |
file_test.info.yml |
file |
core/modules/file/tests/file_test/file_test.info.yml |
core/modules/file/tests/file_test/file_test.info.yml |
file_test.routing.yml |
file |
core/modules/file/tests/file_test/file_test.routing.yml |
core/modules/file/tests/file_test/file_test.routing.yml |
file_test.services.yml |
file |
core/modules/file/tests/file_test/file_test.services.yml |
core/modules/file/tests/file_test/file_test.services.yml |
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_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_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_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. |
FinalExceptionSubscriber::simplifyFileInError |
function |
core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php |
Attempts to reduce error verbosity in the error message's file path. |
FixtureUtilityTrait::copyFixtureFilesTo |
function |
core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php |
Mirrors a fixture directory to the given path. |
FixtureUtilityTrait::renameInfoYmlFiles |
function |
core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php |
Renames all files that end with .info.yml.hide. |
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. |
FormTestFileForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php |
Form constructor for testing #type 'file' elements. |
FormTestFileForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php |
|
FormTestFileForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php |
Form constructor. |
FormTestFileForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php |
Returns a unique string identifying the form. |
FormTestFileForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php |
Form submission handler. |
FormUploadedFile |
class |
core/modules/file/src/Upload/FormUploadedFile.php |
Provides a bridge to Symfony UploadedFile. |
FormUploadedFile.php |
file |
core/modules/file/src/Upload/FormUploadedFile.php |
|
FormUploadedFile::$uploadedFile |
property |
core/modules/file/src/Upload/FormUploadedFile.php |
The wrapped uploaded file. |
FormUploadedFile::getClientOriginalName |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Returns the original file name. |
FormUploadedFile::getFilename |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets the filename. |
FormUploadedFile::getPathname |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets the path to the file. |
FormUploadedFile::getRealPath |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets the absolute path to the file. |