You are here

protected property DeploymentStorageHandler::$dateFormatter in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/DeploymentStorageHandler.php \Drupal\build_hooks\DeploymentStorageHandler::dateFormatter

Date formatter.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

src/DeploymentStorageHandler.php, line 21

Class

DeploymentStorageHandler
Defines a storage handler for Deployment entities.

Namespace

Drupal\build_hooks

Code

protected $dateFormatter;