function seven_form_language_content_settings_form_alter
Implements hook_form_FORM_ID_alter() for language_content_settings_form().
File
-
core/
themes/ seven/ seven.theme, line 188
Code
function seven_form_language_content_settings_form_alter(array &$form, FormStateInterface $form_state) {
$form['#attached']['library'][] = 'seven/layout_builder_content_translation_admin';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.