You are here

public function BakeryPullForm::__construct in Bakery Single Sign-On System 8.2

File

src/Forms/BakeryPullForm.php, line 21

Class

BakeryPullForm
Contribute form.

Namespace

Drupal\bakery\Forms

Code

public function __construct(BakeryService $service) {
  $this->service = $service;
}