| FieldResolver::getInternalName |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Resolves the internal field name based on a collection of resource types. |
| FieldResolver::getPathPartPropertyName |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Gets the property name from an entity typed or untyped path part. |
| FieldSqlStorageTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
The name of the created field. |
| FieldSqlStorageTest::testLongNames |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests that long entity type and field names do not break. |
| FieldSqlStorageTest::testTableNames |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests table name generation. |
| FieldStorageAddForm::fieldNameExists |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Checks if a field machine name is taken. |
| FieldStorageConfig::$field_name |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field name. |
| FieldStorageConfig::getMainPropertyName |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the name of the main property, if any. |
| FieldStorageConfig::getName |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the machine name of the field. |
| FieldStorageConfig::getPropertyNames |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the names of the field's subproperties. |
| FieldStorageConfig::loadByName |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Loads a field config entity based on the entity type and field name. |
| FieldStorageConfig::NAME_MAX_LENGTH |
constant |
core/modules/field/src/Entity/FieldStorageConfig.php |
The maximum length of the field name, in characters. |
| FieldStorageConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The name of the tested JSON:API resource type. |
| FieldStorageDefinitionInterface::getMainPropertyName |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the name of the main property, if any. |
| FieldStorageDefinitionInterface::getName |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the machine name of the field. |
| FieldStorageDefinitionInterface::getPropertyNames |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the names of the field's subproperties. |
| FieldUiTest::testGetNextDestinationRouteName |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
Tests get next destination route name. |
| File::getFilename |
function |
core/modules/file/src/Entity/File.php |
Returns the name of the file. |
| File::METADATA_ATTRIBUTE_NAME |
constant |
core/modules/media/src/Plugin/media/Source/File.php |
Key for "Name" metadata attribute. |
| File::setFilename |
function |
core/modules/file/src/Entity/File.php |
Sets the name of the file. |
| FileCopyTest::testRenameFile |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests the 'rename' overwrite mode. |
| FileDeleteRecursiveRemoteTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| FileEventSubscriber::ensureValidUtf8Filename |
function |
core/modules/file/src/EventSubscriber/FileEventSubscriber.php |
Guarantees a valid UTF-8 filename for subsequent event handlers. |
| FileEventSubscriber::sanitizeFilename |
function |
core/modules/file/src/EventSubscriber/FileEventSubscriber.php |
Sanitizes the filename of a file being uploaded. |
| FileInterface::getFilename |
function |
core/modules/file/src/FileInterface.php |
Returns the name of the file. |
| FileInterface::setFilename |
function |
core/modules/file/src/FileInterface.php |
Sets the name of the file. |
| FileManagedFileElementTest::testFileNameTrim |
function |
core/modules/file/tests/src/Functional/FileManagedFileElementTest.php |
Tests file names have leading . removed. |
| FileNameLengthConstraint |
class |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
File name length constraint. |
| FileNameLengthConstraint.php |
file |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
|
| FileNameLengthConstraint::$maxLength |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
The maximum file name length. |
| FileNameLengthConstraint::__construct |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
#[HasNamedArguments] |
| FileNameLengthConstraintValidator |
class |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php |
Validates the file name length constraint. |
| FileNameLengthConstraintValidator.php |
file |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php |
|
| FileNameLengthConstraintValidator::validate |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php |
|
| FileNameLengthConstraintValidatorTest |
class |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php |
Tests the FileNameLengthConstraintValidator. |
| FileNameLengthConstraintValidatorTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php |
|
| FileNameLengthConstraintValidatorTest::testFileValidateNameLength |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php |
This will ensure the filename length is valid. |
| FileOnTranslatedEntityTest::$fieldName |
property |
core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php |
The name of the file field used in the test. |
| FileRepositoryTest::testExistingRename |
function |
core/modules/file/tests/src/Kernel/FileRepositoryTest.php |
Tests writeData() when renaming around an existing file. |
| FileRepositoryTest::testWithFilename |
function |
core/modules/file/tests/src/Kernel/FileRepositoryTest.php |
Tests the writeData() method. |
| FileResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| FileStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the existing collections. |
| FileStorage::getAllCollectionNamesHelper |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Helper function for getAllCollectionNames(). |
| FileStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the name of the current collection the storage is using. |
| FileStorage::rename |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Renames a configuration object in the storage. |
| FileSystem::basename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Gets the filename from a given path. |
| FileSystem::createFilename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Creates a full file path from a directory and filename. |
| FileSystem::dirname |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Gets the name of the directory from a given path. |
| FileSystem::getDestinationFilename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Determines the destination path for a file. |
| FileSystemInterface::basename |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Gets the filename from a given path. |