You are here

protected property CircleCiManager::$dateFormatter in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 modules/build_hooks_circleci/src/CircleCiManager.php \Drupal\build_hooks_circleci\CircleCiManager::dateFormatter

The Date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

modules/build_hooks_circleci/src/CircleCiManager.php, line 38

Class

CircleCiManager
Defines a service for managing Circle CI deployments.

Namespace

Drupal\build_hooks_circleci

Code

protected $dateFormatter;