You are here

public function UPSSettingsForm::__construct in Ubercart 8.4

Form constructor.

Parameters

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

Overrides ConfigFormBase::__construct

File

shipping/uc_ups/src/Form/UPSSettingsForm.php, line 33

Class

UPSSettingsForm
Configures UPS settings.

Namespace

Drupal\uc_ups\Form

Code

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