public function GathercontentContentImportSelectForm::getContentTable in GatherContent 8
File
- src/
Form/ GathercontentContentImportSelectForm.php, line 175
Class
- GathercontentContentImportSelectForm
- Class GathercontentContentImportSelectForm.
Namespace
Drupal\gathercontent\FormCode
public function getContentTable(array &$form, FormStateInterface $form_state) {
$form_state
->setRebuild(TRUE);
return $form['import'];
}