You are here

function site_settings_update_8005 in Site Settings and Labels 8

Apply entity updates.

File

./site_settings.install, line 150
Contains install and update hooks.

Code

function site_settings_update_8005() {
  $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
  $entity_type = $definition_update_manager
    ->getEntityType('site_setting_entity');
  $definition_update_manager
    ->updateEntityType($entity_type);
}