| 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 |
Tests exceeded file size. |
| FormCacheTest::testLoadCachedFormStateWithFiles |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
Tests load cached form state with files. |
| 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 |
Tests has file element. |
| FormStateDecoratorBaseTest::testSetHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set has file element. |
| 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. |
| FormUploadedFile::getSize |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets file size. |
| FormUploadedFile::validate |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Validates the uploaded file information. |
| FormUploadedFile::__construct |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Creates a new FormUploadedFile. |
| FTPExtension::copyFileJailed |
function |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Copies a file. |
| FTPExtension::isFile |
function |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Checks if a particular path is a file (not a directory). |
| FTPExtension::removeFileJailed |
function |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Removes a file. |
| FunctionalTestDebugHtmlOutputTest::getAlteredPhpunitXmlConfigurationFile |
function |
core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php |
|
| GDToolkit::$fileSystem |
property |
core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php |
The file system. |
| GDToolkit::parseFile |
function |
core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php |
Determines if a file contains a valid image. |
| GdToolkitPngImageManipulationTest::testIncorrectIccpSrgbProfile |
function |
core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php |
Tests that GD doesn't trigger warnings for iCCP sRGB profiles. |
| GenerateAutoloadReferenceFile |
class |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates an 'autoload.php' that includes the autoloader created by Composer. |
| GenerateAutoloadReferenceFile.php |
file |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
|
| GenerateAutoloadReferenceFile::autoLoadContents |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Builds the contents of the autoload file. |
| GenerateAutoloadReferenceFile::autoloadFileCommitted |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Determines whether or not the autoload file has been committed. |
| GenerateAutoloadReferenceFile::autoloadPath |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates a scaffold file path object for the autoload file. |
| GenerateAutoloadReferenceFile::generateAutoload |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
Generates the autoload file at the specified location. |
| GenerateAutoloadReferenceFile::__construct |
function |
composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php |
This class provides only static methods. |
| GenerateTheme::createFilesFinder |
function |
core/lib/Drupal/Core/Command/GenerateTheme.php |
Returns a Symfony file finder. |
| GenerateThemeTest::testIncludeDotFiles |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
| GenerateThemeTest::testNoEditMissingFilesWarning |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|