function editor_form_filter_admin_form_ajax

Same name and namespace in other branches
  1. 9 core/modules/editor/editor.module \editor_form_filter_admin_form_ajax()
  2. 8.9.x core/modules/editor/editor.module \editor_form_filter_admin_form_ajax()
  3. 10 core/modules/editor/editor.module \editor_form_filter_admin_form_ajax()

AJAX callback handler for filter_format_form().

1 string reference to 'editor_form_filter_admin_form_ajax'
editor_form_filter_format_form_alter in core/modules/editor/editor.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.

File

core/modules/editor/editor.module, line 197

Code

function editor_form_filter_admin_form_ajax($form, FormStateInterface $form_state) {
    return $form['editor']['settings'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.