public static function SettingsForm::ajaxChangeParser in Markdown 8.2
The AJAX callback used to return the parser ajax wrapper.
Deprecated
in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use \Drupal\markdown\Plugin\Filter\FilterMarkdown::ajaxChangeParser instead.
See also
https://www.drupal.org/project/markdown/issues/3142418
File
- src/
Form/ SettingsForm.php, line 125
Class
- SettingsForm
- Markdown Settings Form.
Namespace
Drupal\markdown\FormCode
public static function ajaxChangeParser(array $form, FormStateInterface $form_state) {
return FilterMarkdown::ajaxChangeParser($form, $form_state);
}