Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityDisplayModeInterface::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
EntityDisplayRepository::getAllDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for all entity types. |
EntityDisplayRepository::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
EntityDisplayRepository::getAllViewModes | function | core/ |
Gets the entity view mode info for all entity types. |
EntityDisplayRepository::getDisplayModeOptions | function | core/ |
Gets an array of display mode options. |
EntityDisplayRepository::getDisplayModeOptionsByBundle | function | core/ |
Returns an array of enabled display mode options by bundle. |
EntityDisplayRepository::getDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for a specific entity type. |
EntityDisplayRepository::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
EntityDisplayRepository::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
EntityDisplayRepository::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
EntityDisplayRepository::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
EntityDisplayRepository::getViewDisplay | function | core/ |
Returns the entity view display associated with a bundle and view mode. |
EntityDisplayRepository::getViewModeOptions | function | core/ |
Gets an array of view mode options. |
EntityDisplayRepository::getViewModeOptionsByBundle | function | core/ |
Returns an array of enabled view mode options by bundle. |
EntityDisplayRepository::getViewModes | function | core/ |
Gets the entity view mode info for a specific entity type. |
EntityDisplayRepositoryInterface::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
EntityDisplayRepositoryInterface::getAllViewModes | function | core/ |
Gets the entity view mode info for all entity types. |
EntityDisplayRepositoryInterface::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
EntityDisplayRepositoryInterface::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
EntityDisplayRepositoryInterface::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
EntityDisplayRepositoryInterface::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
EntityDisplayRepositoryInterface::getViewDisplay | function | core/ |
Returns the entity view display associated with a bundle and view mode. |
EntityDisplayRepositoryInterface::getViewModeOptions | function | core/ |
Gets an array of view mode options. |
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle | function | core/ |
Returns an array of enabled view mode options by bundle. |
EntityDisplayRepositoryInterface::getViewModes | function | core/ |
Gets the entity view mode info for a specific entity type. |
EntityDisplayTest::testEntityGetDisplay | function | core/ |
@covers \Drupal\Core\Entity\EntityDisplayRepository::getViewDisplay |
EntityDisplayTest::testGetDisplayModeOptions | function | core/ |
Test getDisplayModeOptions(). |
EntityDisplayWithLayoutInterface::getDefaultRegion | function | core/ |
Gets the default region. |
EntityDisplayWithLayoutInterface::getLayout | function | core/ |
Gets the layout plugin for this display. |
EntityDisplayWithLayoutInterface::getLayoutId | function | core/ |
Gets the layout plugin ID for this display. |
EntityDisplayWithLayoutInterface::getLayoutSettings | function | core/ |
Gets the layout plugin settings for this display. |
EntityField::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
EntityField::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
EntityField::getCacheTags | function | core/ |
The cache tags associated with this object. |
EntityField::getEntityFieldRenderer | function | core/ |
Returns the entity field renderer. |
EntityField::getFieldStorageDefinition | function | core/ |
Gets the field storage definition. |
EntityField::getFormatterInstance | function | core/ |
Returns the field formatter instance. |
EntityField::getItems | function | core/ |
Gets an array of items for the field. |
EntityField::getTableMapping | function | core/ |
Gets the table mapping for the entity type of the field. |
EntityField::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
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::getIds | function | core/ |
Gets the destination IDs. |
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. |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.