Search for getField
- Search 7.x for getField
- Search 9.5.x for getField
- Search 8.9.x for getField
- Search 10.3.x for getField
- Search main for getField
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
| EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
| EntityDisplayFormBase::getFieldDefinitions | function | core/ |
Collects the definitions of fields whose display is configurable. |
| EntityField::getFieldStorageDefinition | function | core/ |
Gets the field storage definition. |
| EntityFieldManager::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManager::getFieldLabels | function | core/ |
Returns the labels used for a field on an entity type. |
| EntityFieldManager::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManager::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManager::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManagerInterface::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManagerInterface::getFieldLabels | function | core/ |
Returns the labels used for a field on an entity type. |
| EntityFieldManagerInterface::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManagerInterface::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManagerTest::testGetFieldDefinitions | function | core/ |
Tests the getFieldDefinitions() method. |
| EntityFieldManagerTest::testGetFieldDefinitionsProvider | function | core/ |
Tests that getFieldDefinitions() method sets the 'provider' definition key. |
| EntityFieldManagerTest::testGetFieldDefinitionsWithCaching | function | core/ |
Tests the getFieldDefinitions() method with caching. |
| EntityFieldManagerTest::testGetFieldMap | function | core/ |
Tests get field map. |
| EntityFieldManagerTest::testGetFieldMapByFieldType | function | core/ |
Tests get field map by field type. |
| EntityFieldManagerTest::testGetFieldMapFromCache | function | core/ |
Tests get field map from cache. |
| EntityFieldManagerTest::testGetFieldStorageDefinitions | function | core/ |
Tests the getFieldStorageDefinitions() method. |
| EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching | function | core/ |
Tests the getFieldStorageDefinitions() method with caching. |
| EntityFieldValueTrait::getFieldValue | function | core/ |
Gets the value of a field property directly, bypassing the typed data API. |
| EntityFieldValueTraitTest::getFieldValue | function | core/ |
Calls protected getFieldValue() method via reflection. |
| EntityFieldValueTraitTest::testGetFieldValueConsistencyWithTraditionalAccess | function | core/ |
Tests getFieldValue() consistency with traditional access. |
| EntityFieldValueTraitTest::testGetFieldValueCorrectness | function | core/ |
Tests getFieldValue() returns correct values. |
| EntityFieldValueTraitTest::testGetFieldValueFallsBackToInitializedFieldObjects | function | core/ |
Tests getFieldValue() falls back to initialized field objects. |
| EntityFieldValueTraitTest::testGetFieldValueViaUserMethods | function | core/ |
Tests getFieldValue() via User entity methods. |
| EntityFieldValueTraitTest::testGetFieldValueWithDelta | function | core/ |
Tests getFieldValue() with delta parameter. |
| EntityFieldValueTraitTest::testGetFieldValueWithNonExistentField | function | core/ |
Tests getFieldValue() with non-existent field. |
| EntityFieldValueTraitTest::testGetFieldValueWithoutTypedDataInitialization | function | core/ |
Tests getFieldValue() without typed data initialization. |
| EntityFieldValueTraitTest::testGetFieldValueWithScalarValues | function | core/ |
Tests getFieldValue() with scalar values. |
| EntityReference::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
| EntityViewsData::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions. |
| FieldableEntity::getFields | function | core/ |
Returns all non-deleted field instances attached to a specific entity type. |
| FieldableEntity::getFieldValues | function | core/ |
Retrieves field values for a single field of a single entity. |
| FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| FieldableEntityInterface::getFields | function | core/ |
Gets an array of all field item lists. |
| FieldAPIHandlerTrait::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldAPIHandlerTrait::getFieldStorageDefinition | function | core/ |
Gets the field storage configuration. |
| FieldBlock::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldBlockDeriver::getFieldMap | function | core/ |
Returns the entity field map for deriving block definitions. |
| FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldDefinitionInterface::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldDiscovery::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides the stub migration definition for a given Drupal core version. |
| FieldDiscovery::getFieldPlugin | function | core/ |
Returns the appropriate field plugin for a given field type. |
| FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides data for testGetFieldInstanceStubMigrationDefinition. |
| FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition | function | core/ |
Tests the getFieldInstanceStubMigration method. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.