function claro_form_menu_link_edit_alter
Same name in other branches
- 10 core/themes/claro/claro.theme \claro_form_menu_link_edit_alter()
Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
Alters the menu_link_edit form by organizing form elements into different 'details' sections.
File
-
core/
themes/ claro/ claro.theme, line 742
Code
function claro_form_menu_link_edit_alter(&$form, FormStateInterface $form_state) {
claro_form_menu_link_content_form_alter($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.