content_moderation_entity_type_alter(array &$entity_types)
Implements hook_entity_type_alter().
File
- core/modules/content_moderation/content_moderation.module, line 60
- Contains content_moderation.module.
Code
1 2 3 4 5 | function content_moderation_entity_type_alter( array & $entity_types ) { \Drupal::service( 'class_resolver' ) ->getInstanceFromDefinition(EntityTypeInfo:: class ) ->entityTypeAlter( $entity_types ); } |
Please login to continue.