You are here

public function ContentImportSelectForm::getContentTable in GatherContent 8.3

Ajax callback for project dropdown.

File

src/Form/ContentImportSelectForm.php, line 533

Class

ContentImportSelectForm
Class ContentImportSelectForm.

Namespace

Drupal\gathercontent\Form

Code

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