You are here

public function ScheduleController::__construct in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Controller/ScheduleController.php \Drupal\business_rules\Controller\ScheduleController::__construct()

File

src/Controller/ScheduleController.php, line 37

Class

ScheduleController
Class ScheduleController.

Namespace

Drupal\business_rules\Controller

Code

public function __construct(DateFormatterInterface $dateFormatter) {
  $this->dateFormatter = $dateFormatter;
}