You are here

protected property SchedulerSetupTrait::$dateFormatter in Scheduler 2.x

Same name and namespace in other branches
  1. 8 tests/src/Traits/SchedulerSetupTrait.php \Drupal\Tests\scheduler\Traits\SchedulerSetupTrait::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

tests/src/Traits/SchedulerSetupTrait.php, line 112

Class

SchedulerSetupTrait
Generic setup for all Scheduler tests.

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $dateFormatter;