FieldBlock::$fieldName |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The field name. |
FieldConfig::loadByName |
function |
core/modules/field/src/Entity/FieldConfig.php |
Loads a field config entity based on the entity type and field name. |
FieldConfigBase::$field_name |
property |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
The field name. |
FieldConfigBase::getName |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the machine name of the field. |
FieldConfigDeleteForm::getConfigNamesToDelete |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
Returns config names to delete for the deletion confirmation form. |
FieldConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
The name of the tested JSON:API resource type. |
FieldDefaultValueCallbackTest::$fieldName |
property |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
The field name. |
FieldDefinition::getName |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Returns the machine name of the field. |
FieldDefinitionInterface::getName |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Returns the machine name of the field. |
FieldDefinitionTest::testFieldName |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests field name. |
FieldDisplayTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/FieldDisplayTest.php |
Test field name. |
FieldFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/FieldFormatterTest.php |
The field's name. |
FieldGroupRowsWebTest::$fieldName |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The used field name in the test. |
FieldItemBase::mainPropertyName |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns the name of the main property, if any. |
FieldItemDataDefinition::getMainPropertyName |
function |
core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php |
Returns the name of the main property, if any. |
FieldItemInterface::mainPropertyName |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns the name of the main property, if any. |
FieldItemTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
|
FieldMissingTypeTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
FieldResolver::getAllDataReferencePropertyNames |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Gets all unique reference property names from the given field definitions. |
FieldResolver::getDataReferencePropertyName |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Determines the reference property name for the remaining unresolved parts. |
FieldResolver::getIdFieldName |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Resolves the UUID field name for a resource type. |
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. |
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::$messageEmpty |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php |
The message when file name is empty. |