You are here

protected property DateFormatFormBase::$dateFormatter in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/DateFormatFormBase.php \Drupal\system\Form\DateFormatFormBase::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

core/modules/system/src/Form/DateFormatFormBase.php, line 22

Class

DateFormatFormBase
Provides a base form for date formats.

Namespace

Drupal\system\Form

Code

protected $dateFormatter;