You are here

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

Same name and namespace in other branches
  1. 8.2 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;