function FieldUiHooks::entityFormModePresave

Implements hook_entity_form_mode_presave().

File

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

Class

FieldUiHooks
Hook implementations for field_ui.

Namespace

Drupal\field_ui\Hook

Code

public function entityFormModePresave(EntityFormModeInterface $form_mode) {
    \Drupal::service('router.builder')->setRebuildNeeded();
}

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