You are here

public function ContentImportSelectForm::getContentTable in GatherContent 8.5

Same name and namespace in other branches
  1. 8.4 gathercontent_ui/src/Form/ContentImportSelectForm.php \Drupal\gathercontent_ui\Form\ContentImportSelectForm::getContentTable()

Ajax callback for project dropdown.

File

gathercontent_ui/src/Form/ContentImportSelectForm.php, line 554

Class

ContentImportSelectForm
Class ContentImportSelectForm.

Namespace

Drupal\gathercontent_ui\Form

Code

public function getContentTable(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild(TRUE);
  return $form['import'];
}