You are here

protected property Date::$dateFormatter in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/Date.php \Drupal\ds\Plugin\DsField\Date::dateFormatter
  2. 8.3 src/Plugin/DsField/Date.php \Drupal\ds\Plugin\DsField\Date::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

src/Plugin/DsField/Date.php, line 27

Class

Date
The base plugin to create DS post date plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

protected $dateFormatter;