public function ScheduleController::__construct in Business Rules 8
Same name and namespace in other branches
- 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\ControllerCode
public function __construct(DateFormatterInterface $dateFormatter) {
$this->dateFormatter = $dateFormatter;
}