You are here

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

Same name and namespace in other branches
  1. 8 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 46

Class

PrintableLinksBlock
Provides a printable links block for each printable entity.

Namespace

Drupal\printable\Plugin\Block

Code

protected $dateFormatter;