You are here

public function ContentUploadSelectForm::getContentTable in GatherContent 8.5

Ajax callback for project dropdown.

File

gathercontent_upload_ui/src/Form/ContentUploadSelectForm.php, line 442

Class

ContentUploadSelectForm
Class ContentUpdateSelectForm.

Namespace

Drupal\gathercontent_upload_ui\Form

Code

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