You are here

public function GathercontentContentImportSelectForm::getContentTable in GatherContent 8

File

src/Form/GathercontentContentImportSelectForm.php, line 175

Class

GathercontentContentImportSelectForm
Class GathercontentContentImportSelectForm.

Namespace

Drupal\gathercontent\Form

Code

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