function field_ui_entity_form_mode_presave

Same name and namespace in other branches
  1. 9 core/modules/field_ui/field_ui.module \field_ui_entity_form_mode_presave()
  2. 10 core/modules/field_ui/field_ui.module \field_ui_entity_form_mode_presave()
  3. 11.x core/modules/field_ui/field_ui.module \field_ui_entity_form_mode_presave()

Implements hook_entity_form_mode_presave().

File

core/modules/field_ui/field_ui.module, line 200

Code

function field_ui_entity_form_mode_presave(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.