You are here

function entity_test_revlog_update_8801 in Drupal 8

Install the 'entity_test_mul_revlog_pub' entity type.

File

core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.install, line 11
Install, update and uninstall functions for the entity_test_revlog module.

Code

function entity_test_revlog_update_8801() {
  $entity_type = \Drupal::entityTypeManager()
    ->getDefinition('entity_test_mul_revlog_pub');
  \Drupal::entityDefinitionUpdateManager()
    ->installEntityType($entity_type);
}