public function BootstrapSiteAlertAdmin::addmoreCallback in Bootstrap Site Alert 8
Callback for both ajax-enabled buttons.
Selects and returns the fieldset with the alerts in it.
File
- src/
Form/ BootstrapSiteAlertAdmin.php, line 266
Class
- BootstrapSiteAlertAdmin
- Class BootstrapSiteAlertAdmin.
Namespace
Drupal\bootstrap_site_alert\FormCode
public function addmoreCallback(array &$form, FormStateInterface $form_state) {
return $form['bsa_container'];
}