You are here

protected property DateTimeFormatterBase::$dateFormatStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php \Drupal\datetime\Plugin\Field\FieldFormatter\DateTimeFormatterBase::dateFormatStorage

The date format entity storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php, line 37
Contains \Drupal\datetime\Plugin\Field\FieldFormatter\DateTimeFormatterBase.

Class

DateTimeFormatterBase
Base class for 'DateTime Field formatter' plugin implementations.

Namespace

Drupal\datetime\Plugin\Field\FieldFormatter

Code

protected $dateFormatStorage;