file_create_filename |
function |
core/includes/file.inc |
Creates a full file path from a directory and filename. |
FILE_EXISTS_RENAME |
constant |
core/includes/file.inc |
Flag for dealing with existing files: Appends number until name is unique. |
file_munge_filename |
function |
core/includes/file.inc |
Modifies a filename as needed for security purposes. |
file_unmunge_filename |
function |
core/includes/file.inc |
Undoes the effect of file_munge_filename(). |
file_validate_name_length |
function |
core/modules/file/file.module |
Checks for files with names longer than can be stored in the database. |
Filter::KEY_NAME |
constant |
core/modules/jsonapi/src/Query/Filter.php |
The JSON:API filter key name. |
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 |
|
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]] |
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 |
|
FormStateDecoratorBase::setErrorByName |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
|
FormStateDecoratorBaseTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setErrorByName[[api-linebreak]] |
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 |
@covers ::loadInclude[[api-linebreak]] |
FormStateTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
@covers ::setErrorByName[[api-linebreak]] |
FormTestArgumentsObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php |
|
FormTestControllerObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php |
|
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 |
|
FormTestMachineNameForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
|
FormTestMachineNameForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
|
FormTestMachineNameValidationForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Form to test whether machine name validation works with ajax requests. |
FormTestMachineNameValidationForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
|
FormTestMachineNameValidationForm::buildAjaxSnackConfigureForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Handles changes to the selected snack configuration. |
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormSubmit |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Submit callback that forces a form rebuild. |
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormValidate |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Validate callback that forces a form rebuild. |
FormTestMachineNameValidationForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
|
FormTestMachineNameValidationForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
|
FormTestMachineNameValidationForm::load |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Loading stub for machine name |
FormTestMachineNameValidationForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
|
FormTestObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
|
FormTestServiceObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
|
ForumSettingsForm::getEditableConfigNames |
function |
core/modules/forum/src/ForumSettingsForm.php |
|
FullDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/FullDate.php |
|
GenerateProxyClassApplication::getCommandName |
function |
core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php |
|
GetFilenameTest |
class |
core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php |
Tests that drupal_get_filename() works correctly. |
GetFilenameTest.php |
file |
core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php |
|
GetFilenameTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php |
|