You are here

public function GoogleApiServiceClientForm::__construct in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/GoogleApiServiceClientForm.php \Drupal\google_api_client\Form\GoogleApiServiceClientForm::__construct()

Constructs an ExampleForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entityTypeManager.

File

src/Form/GoogleApiServiceClientForm.php, line 24

Class

GoogleApiServiceClientForm
Form controller for the google_api_service_client entity edit forms.

Namespace

Drupal\google_api_client\Form

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}