editor_form_filter_admin_form_ajax

editor_form_filter_admin_form_ajax($form, FormStateInterface $form_state)

AJAX callback handler for filter_format_form().

File

core/modules/editor/editor.module, line 208
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'];
}
doc_Drupal
2016-10-29 09:03:56
Comments
Leave a Comment

Please login to continue.