public function MandrillTemplateMapForm::template_callback in Mandrill 8
AJAX callback handler for MandrillTemplateMapForm.
File
- modules/
mandrill_template/ src/ Form/ MandrillTemplateMapForm.php, line 156 - Contains \Drupal\mandrill_template\Form\MandrillTemplateMapForm.
Class
- MandrillTemplateMapForm
- Form controller for the MandrillTemplateMap entity edit form.
Namespace
Drupal\mandrill_template\FormCode
public function template_callback(&$form, FormStateInterface $form_state) {
return $form['map_settings'];
}