You are here

public function HeartbeatTypeForm::getBundlesAlternate in Heartbeat 8

File

src/Form/HeartbeatTypeForm.php, line 445

Class

HeartbeatTypeForm
Class HeartbeatTypeForm.

Namespace

Drupal\heartbeat\Form

Code

public function getBundlesAlternate(array &$form, FormStateInterface $form_state) {
  $ajax_response = new AjaxResponse();
  $AddChartForm = \Drupal::formBuilder()
    ->getForm('Drupal\\heartbeat\\Form\\HeartbeatTypeForm');
  $ajax_response
    ->addCommand(new HtmlCommand('#formarea', $AddChartForm));
}