function FieldUiHooks::entityViewModePresave

Same name and namespace in other branches
  1. 11.x core/modules/field_ui/src/Hook/FieldUiHooks.php \Drupal\field_ui\Hook\FieldUiHooks::entityViewModePresave()

Implements hook_ENTITY_TYPE_presave().

Attributes

#[Hook('entity_view_mode_presave')]

File

core/modules/field_ui/src/Hook/FieldUiHooks.php, line 199

Class

FieldUiHooks
Hook implementations for field_ui.

Namespace

Drupal\field_ui\Hook

Code

public function entityViewModePresave(EntityViewModeInterface $view_mode) : void {
  \Drupal::service('router.builder')->setRebuildNeeded();
}

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