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\FormsCode
public function __construct(BakeryService $service) {
$this->service = $service;
}