You are here

public function RoleExpirationForm::__construct in Ubercart 8.4

Form constructor.

Parameters

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

File

uc_role/src/Form/RoleExpirationForm.php, line 30

Class

RoleExpirationForm
Menu callback for viewing expirations.

Namespace

Drupal\uc_role\Form

Code

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