You are here

protected property MessageForm::$dateFormatter in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/src/MessageForm.php \Drupal\contact\MessageForm::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

core/modules/contact/src/MessageForm.php, line 55

Class

MessageForm
Form controller for contact message forms.

Namespace

Drupal\contact

Code

protected $dateFormatter;