Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
Entity | class | core/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldDefaultValueTest::assertDefaultValues | function | core/ |
Executes a test set for a defined entity type. |
EntityFieldDefaultValueTest::setUp | function | core/ |
|
EntityFieldDefaultValueTest::testDefaultValueCallback | function | core/ |
Tests custom default value callbacks. |
EntityFieldDefaultValueTest::testDefaultValues | function | core/ |
Tests default values on entities and fields. |
EntityFieldDefinitionTrait | trait | core/ |
The entity field definition trait. |
EntityFieldDefinitionTrait.php | file | core/ |
|
EntityFieldDefinitionTrait::getDefinitionFromEntity | function | core/ |
Gets the field definition from a specific entity base field. |
EntityFieldDefinitionTrait::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityFieldInstance | class | core/ |
Provides destination plugin for field_config configuration entities. |
EntityFieldInstance.php | file | core/ |
|
EntityFieldInstance::getIds | function | core/ |
Gets the destination IDs. |
EntityFieldManager | class | core/ |
Manages the discovery of entity fields. |
EntityFieldManager.php | file | core/ |
|
EntityFieldManager::$activeFieldStorageDefinitions | property | core/ |
Static cache of active field storage definitions per entity type. |
EntityFieldManager::$baseFieldDefinitions | property | core/ |
Static cache of base field definitions. |
EntityFieldManager::$entityDisplayRepository | property | core/ |
The entity display repository. |
EntityFieldManager::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
EntityFieldManager::$entityTypeManager | property | core/ |
The entity type manager. |
EntityFieldManager::$extraFields | property | core/ |
Extra fields by bundle. |
EntityFieldManager::$fieldDefinitions | property | core/ |
Static cache of field definitions per bundle and entity type. |
EntityFieldManager::$fieldMap | property | core/ |
An array keyed by entity type. Each value is an array whose keys are field names and whose value is an array with two entries: |
EntityFieldManager::$fieldMapByFieldType | property | core/ |
An array keyed by field type. Each value is an array whose key are entity types including arrays in the same form that $fieldMap. |
EntityFieldManager::$fieldStorageDefinitions | property | core/ |
Static cache of field storage definitions per entity type. |
EntityFieldManager::$keyValueFactory | property | core/ |
The key-value factory. |
EntityFieldManager::$languageManager | property | core/ |
The language manager. |
EntityFieldManager::$moduleHandler | property | core/ |
The module handler. |
EntityFieldManager::$typedDataManager | property | core/ |
The typed data manager. |
EntityFieldManager::buildBaseFieldDefinitions | function | core/ |
Builds base field definitions for an entity type. |
EntityFieldManager::buildBundleFieldDefinitions | function | core/ |
Builds field definitions for a specific bundle within an entity type. |
EntityFieldManager::buildFieldStorageDefinitions | function | core/ |
Builds field storage definitions for an entity type. |
EntityFieldManager::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
EntityFieldManager::getActiveFieldStorageDefinitions | function | core/ |
Gets the active field storage definitions for a content entity type. |
EntityFieldManager::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
EntityFieldManager::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
EntityFieldManager::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
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. |
EntityFieldManager::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
EntityFieldManager::useCaches | function | core/ |
Disable the use of caches. |
EntityFieldManager::__construct | function | core/ |
Constructs a new EntityFieldManager. |
EntityFieldManagerInterface | interface | core/ |
Provides an interface for an entity field manager. |
EntityFieldManagerInterface.php | file | core/ |
|
EntityFieldManagerInterface::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
EntityFieldManagerInterface::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
EntityFieldManagerInterface::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
EntityFieldManagerInterface::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
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. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.