You are here

public function DefaultController::__construct in Simple Style Guide 8

File

src/Controller/DefaultController.php, line 34

Class

DefaultController
Class DefaultController.

Namespace

Drupal\simple_styleguide\Controller

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, FormBuilderInterface $form_builder) {
  $this->entityTypeManager = $entity_type_manager;
  $this->formBuilder = $form_builder;
}