You are here

public function MoxtraMembershipController::__construct in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/Controller/MoxtraMembershipController.php \Drupal\opigno_moxtra\Controller\MoxtraMembershipController::__construct()

MoxtraMembershipController constructor.

File

src/Controller/MoxtraMembershipController.php, line 34

Class

MoxtraMembershipController
Controller for the actions related to moxtra membership.

Namespace

Drupal\opigno_moxtra\Controller

Code

public function __construct(Connection $connection, FormBuilderInterface $formBuilder) {
  $this->connection = $connection;
  $this->formBuilder = $formBuilder;
}