Same name and namespace in other branches
  1. 8.9.x core/modules/editor/editor.module \editor_form_filter_admin_form_ajax()
  2. 9 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 195
Adds bindings for client-side "text editors" to text formats.

Code

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