You are here

protected property Calendar::$dateFormatter in Calendar 8

Same name in this branch
  1. 8 src/Plugin/views/style/Calendar.php \Drupal\calendar\Plugin\views\style\Calendar::dateFormatter
  2. 8 src/Plugin/views/row/Calendar.php \Drupal\calendar\Plugin\views\row\Calendar::dateFormatter

The data formatter object.

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatter

File

src/Plugin/views/row/Calendar.php, line 46

Class

Calendar
Plugin which creates a view on the resulting object and formats it as a Calendar entity.

Namespace

Drupal\calendar\Plugin\views\row

Code

protected $dateFormatter;