function Callbacks::advancedCommandsAnnounceCallback
Ajax form callback: Selects 'announce' with no priority specified.
File
-
core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Callbacks.php, line 113
Class
- Callbacks
- Simple object for testing methods as Ajax callbacks.
Namespace
Drupal\ajax_forms_testCode
public static function advancedCommandsAnnounceCallback($form, FormStateInterface $form_state) : AjaxResponse {
return (new AjaxResponse())->addCommand(new AnnounceCommand('Default announcement.'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.