public function ContentImportSelectForm::getContentTable in GatherContent 8.4
Same name and namespace in other branches
- 8.5 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 573
Class
- ContentImportSelectForm
- Class ContentImportSelectForm.
Namespace
Drupal\gathercontent_ui\FormCode
public function getContentTable(array &$form, FormStateInterface $form_state) {
$form_state
->setRebuild(TRUE);
return $form['import'];
}