You are here

public function MortgageCalculatorController::__construct in Real Estate Mortgage Calculator 8

Constructs a \Drupal\aggregator\Controller\AggregatorController object.

Parameters

\Drupal\Core\State\StateInterface $state: The state object.

File

src/Controller/MortgageCalculatorController.php, line 29

Class

MortgageCalculatorController
Controller routines for MortgageCalculatorController routes.

Namespace

Drupal\mortgage_calculator\Controller

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}