You are here

function menu_item_role_access_update_8002 in Menu Item Role Access 8

Same name and namespace in other branches
  1. 8.2 menu_item_role_access.install \menu_item_role_access_update_8002()

Apply the entity definition updates.

Throws

\Drupal\Core\Entity\EntityStorageException

File

./menu_item_role_access.install, line 26
Installation and update hooks for the menu item role access module.

Code

function menu_item_role_access_update_8002() {
  \Drupal::entityDefinitionUpdateManager()
    ->applyUpdates();
}