function content_moderation_post_update_add_index_content_moderation_state_field_revision_moderation_state

Add moderation_state index to content_moderation_state tables.

File

core/modules/content_moderation/content_moderation.post_update.php, line 24

Code

function content_moderation_post_update_add_index_content_moderation_state_field_revision_moderation_state() : void {
  /** @var \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface $update_manager */
  $update_manager = \Drupal::service('entity.definition_update_manager');
  $entity_type = $update_manager->getEntityType('content_moderation_state');
  $update_manager->updateEntityType($entity_type);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.