function ClaroHooks::formMenuLinkEditAlter
Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
Alters the menu_link_edit form by organizing form elements into different 'details' sections.
Attributes
#[Hook('form_menu_link_edit_alter')]
File
-
core/
themes/ claro/ src/ Hook/ ClaroHooks.php, line 515
Class
- ClaroHooks
- Hook implementations for claro.
Namespace
Drupal\claro\HookCode
public function formMenuLinkEditAlter(&$form, FormStateInterface $form_state) : void {
$this->formMenuLinkContentFormAlter($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.