You are here

protected property NodeListBuilder::$dateFormatter in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/src/NodeListBuilder.php \Drupal\node\NodeListBuilder::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

core/modules/node/src/NodeListBuilder.php, line 25

Class

NodeListBuilder
Defines a class to build a listing of node entities.

Namespace

Drupal\node

Code

protected $dateFormatter;