You are here

public function ContentUploadSelectForm::__construct in GatherContent 8.5

File

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

Class

ContentUploadSelectForm
Class ContentUpdateSelectForm.

Namespace

Drupal\gathercontent_upload_ui\Form

Code

public function __construct(GatherContentClientInterface $client, Connection $database, EntityTypeManagerInterface $entityTypeManager) {
  $this->client = $client;
  $this->database = $database;
  $this->entityTypeManager = $entityTypeManager;
}