You are here

protected property PrintableLinksBlock::$dateFormatter in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Block/PrintableLinksBlock.php \Drupal\printable\Plugin\Block\PrintableLinksBlock::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatter

File

src/Plugin/Block/PrintableLinksBlock.php, line 45

Class

PrintableLinksBlock
Provides a printable links block for each printable entity.

Namespace

Drupal\printable\Plugin\Block

Code

protected $dateFormatter;