You are here

protected property Date::$dateFormatStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/Date.php \Drupal\views\Plugin\views\field\Date::dateFormatStorage

The date format storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/views/src/Plugin/views/field/Date.php, line 32

Class

Date
A handler to provide proper displays for dates.

Namespace

Drupal\views\Plugin\views\field

Code

protected $dateFormatStorage;