You are here

public function PetRevisionController::__construct in Previewable email templates 8.3

Constructs a PetRevisionController object.

Parameters

\Drupal\Core\Datetime\DateFormatterInterface $date_formatter: The date formatter service.

File

src/Controller/PetRevisionController.php, line 33

Class

PetRevisionController
Class PetRevisionController.

Namespace

Drupal\pet\Controller

Code

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