entity_type.manager |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityTypeManager |
entity_type.listener |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityTypeListener |
hook_ENTITY_TYPE_load |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on entities of a specific type when loaded. |
hook_ENTITY_TYPE_view |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on entities of a particular type being assembled before rendering. |
hook_entity_type_build |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Add to entity type definitions. |
hook_entity_type_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter the entity type definitions. |
book_entity_type_build |
function |
core/modules/book/book.module |
Implements hook_entity_type_build(). |
entity_type.repository |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityTypeRepository |
hook_ENTITY_TYPE_access |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Control entity operation access for a specific entity type. |
hook_ENTITY_TYPE_create |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Acts when creating a new entity of a specific type. |
hook_ENTITY_TYPE_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity of a particular type. |
hook_ENTITY_TYPE_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity of a particular type. |
forum_entity_type_build |
function |
core/modules/forum/forum.module |
Implements hook_entity_type_build(). |
hook_ENTITY_TYPE_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity deletion of a particular type. |
entity_type.bundle.info |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityTypeBundleInfo |
system_entity_type_build |
function |
core/modules/system/system.module |
Implements hook_entity_type_build(). |
hook_ENTITY_TYPE_presave |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on a specific type of entity before it is created or updated. |
action_entity_type_build |
function |
core/modules/action/action.module |
Implements hook_entity_type_build(). |
entity_test_entity_types |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Returns a list of test entity types. |
contact_entity_type_alter |
function |
core/modules/contact/contact.module |
Implements hook_entity_type_alter(). |
menu_ui_entity_type_build |
function |
core/modules/menu_ui/menu_ui.module |
Implements hook_entity_type_build(). |
views_ui_entity_type_build |
function |
core/modules/views_ui/views_ui.module |
Implements hook_entity_type_build(). |
hook_ENTITY_TYPE_predelete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act before entity deletion of a particular entity type. |
field_ui_entity_type_build |
function |
core/modules/field_ui/field_ui.module |
Implements hook_entity_type_build(). |
hook_ENTITY_TYPE_view_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter the results of the entity build array for a particular entity type. |
file_test_entity_type_alter |
function |
core/modules/file/tests/file_test/file_test.module |
Implements hook_entity_info_alter(). |
field_test_entity_type_alter |
function |
core/modules/field/tests/modules/field_test/field_test.entity.inc |
Implements hook_entity_type_alter(). |
hook_ENTITY_TYPE_storage_load |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on content entities of a given type when loaded from the storage. |
FieldConfigBase::$entity_type |
property |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
The name of the entity type the field is attached to. |
hook_ENTITY_TYPE_prepare_form |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Acts on a particular type of entity object about to be in an entity form. |
entity_test_entity_type_alter |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_type_alter(). |
config_test_entity_type_alter |
function |
core/modules/config/tests/config_test/config_test.module |
Implements hook_entity_type_alter(). |
hook_ENTITY_TYPE_create_access |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Control entity create access for a specific entity type. |
EntityType::$entity_type_class |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The class used to represent the entity type. |
comment_test_entity_type_alter |
function |
core/modules/comment/tests/modules/comment_test/comment_test.module |
Implements hook_entity_type_alter(). |
EntityType::$bundle_entity_type |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type which provides bundles. |
block_content_entity_type_alter |
function |
core/modules/block_content/block_content.module |
Implements hook_entity_type_alter(). |
keyvalue_test_entity_type_alter |
function |
core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module |
Implements hook_entity_type_alter(). |
hook_ENTITY_TYPE_revision_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity revision deletion of a particular type. |
FieldStorageConfig::$entity_type |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The name of the entity type the field can be attached to. |
hook_ENTITY_TYPE_field_values_init |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Acts when initializing a fieldable entity object. |
CommentType::$target_entity_type_id |
property |
core/modules/comment/src/Entity/CommentType.php |
The target entity type. |
hook_ENTITY_TYPE_translation_create |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Acts when creating a new entity translation of a specific type. |
hook_ENTITY_TYPE_translation_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity translation of a particular type. |
hook_ENTITY_TYPE_translation_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity translation deletion of a particular type. |
config_translation_entity_type_alter |
function |
core/modules/config_translation/config_translation.module |
Implements hook_entity_type_alter(). |
_views_field_get_entity_type_storage |
function |
core/modules/views/views.views.inc |
Determines whether the entity type the field appears in is SQL based. |
ConfigEntityType::$entity_type_class |
property |
core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php |
The class used to represent the entity type. |
install_core_entity_type_definitions |
function |
core/includes/install.core.inc |
Installs entity type definitions provided by core. |
entity_schema_test_entity_type_alter |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_type_alter(). |