function FieldUiHooks::entityFormModeDelete

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

Implements hook_ENTITY_TYPE_delete().

Attributes

#[Hook('entity_form_mode_delete')]

File

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

Class

FieldUiHooks
Hook implementations for field_ui.

Namespace

Drupal\field_ui\Hook

Code

public function entityFormModeDelete(EntityFormModeInterface $form_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.