FileUploadSanitizeNameEvent::getAllowedExtensions |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Gets the list of allowed extensions. |
FileUploadSanitizeNameEvent::getFilename |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Gets the filename. |
FileUploadSanitizeNameEvent::isSecurityRename |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Gets the security rename flag. |
FileUploadSanitizeNameEvent::setFilename |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Sets the filename. |
FileUploadSanitizeNameEvent::setSecurityRename |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Sets the security rename flag. |
FileUploadSanitizeNameEvent::stopPropagation |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
|
FileUploadSanitizeNameEvent::__construct |
function |
core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php |
Constructs a file upload sanitize name event object. |
FileUploadSanitizeNameEventTest |
class |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
FileUploadSanitizeNameEvent tests. |
FileUploadSanitizeNameEventTest.php |
file |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
|
FileUploadSanitizeNameEventTest::provideFilenames |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Provides data for testEventFilenameFunctions(). |
FileUploadSanitizeNameEventTest::testAllowedExtensions |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Tests allowed extensions. |
FileUploadSanitizeNameEventTest::testConstructorException |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Tests constructor exception. |
FileUploadSanitizeNameEventTest::testEventFilenameFunctions |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Test event construction. |
FileUploadSanitizeNameEventTest::testSetFilename |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Tests set filename. |
FileUploadSanitizeNameEventTest::testSetFilenameException |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Tests set filename exception. |
FileUploadSanitizeNameEventTest::testStopPropagation |
function |
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php |
Tests stop propagation. |
FileUploadTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FileUploadTest.php |
|
FileUploadTest::testFileUploadUnicodeFilename |
function |
core/modules/jsonapi/tests/src/Functional/FileUploadTest.php |
Tests using the file upload route with a unicode file name. |
FileUrlTest::testFilesUrlWithDifferentHostName |
function |
core/modules/file/tests/src/Kernel/FileUrlTest.php |
Tests public files with a different host name from settings. |
FileValidationException::$fileName |
property |
core/modules/file/src/Upload/FileValidationException.php |
The file name. |
FileValidationException::getFilename |
function |
core/modules/file/src/Upload/FileValidationException.php |
Gets the file name. |
Filter::KEY_NAME |
constant |
core/modules/jsonapi/src/Query/Filter.php |
The JSON:API filter key name. |
FilterCombineTest::testFilterCombineNoRealName |
function |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Tests the combine filter when no realName is used. |
FilterDateTest::$fieldName |
property |
core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php |
Name of the field. |
FilterFormat::$name |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Unique label of the text format. |
FilterFormat::getPermissionName |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Returns the machine-readable permission name for the text format. |
FilterFormatInterface::getPermissionName |
function |
core/modules/filter/src/FilterFormatInterface.php |
Returns the machine-readable permission name for the text format. |
FilterFormatTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php |
The name of the tested JSON:API resource type. |
FilterTest::testInvalidFilterPathDueToMissingPropertyName |
function |
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php |
@covers ::queryCondition[[api-linebreak]] |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties |
function |
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php |
@covers ::queryCondition[[api-linebreak]] |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties |
function |
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php |
@covers ::queryCondition[[api-linebreak]] |
FixtureUtilityTrait::renameGitDirectories |
function |
core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php |
Renames _git directories to .git. |
FixtureUtilityTrait::renameInfoYmlFiles |
function |
core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php |
Renames all files that end with .info.yml.hide. |
FormBuilderTest::testGetFormIdWithClassName |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Tests the getFormId() method with a class name form ID. |
FormBuilderTest::testGetFormIdWithInjectedClassName |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Tests the getFormId() method with an injected class name form ID. |
FormElementHelper::getElementByName |
function |
core/lib/Drupal/Core/Form/FormElementHelper.php |
Retrieves a form element. |
FormElementHelperTest::getElementByNameProvider |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Provides test data. |
FormElementHelperTest::testGetElementByName |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Tests the getElementByName() method. |
FormState::setErrorByName |
function |
core/lib/Drupal/Core/Form/FormState.php |
Files an error against a form element. |
FormStateDecoratorBase::setErrorByName |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Files an error against a form element. |
FormStateDecoratorBaseTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set error by name. |
FormStateInterface::setErrorByName |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Files an error against a form element. |
FormStateTest::providerTestSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
|
FormStateTest::testLoadIncludeNoName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests load include no name. |
FormStateTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Tests set error by name. |
FormTestArgumentsObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php |
Gets the configuration names that will be editable. |
FormTestControllerObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php |
Gets the configuration names that will be editable. |
FormTestMachineNameForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Form constructor for testing #type 'machine_name' elements. |
FormTestMachineNameForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
|
FormTestMachineNameForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Form constructor. |