You are here

public function DeploymentInterface::isDeployed in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/DeploymentInterface.php \Drupal\build_hooks\Entity\DeploymentInterface::isDeployed()

Gets the deployment status.

Return value

bool Deployment status.

1 method overrides DeploymentInterface::isDeployed()
Deployment::isDeployed in src/Entity/Deployment.php
Gets the deployment status.

File

src/Entity/DeploymentInterface.php, line 18

Class

DeploymentInterface
Defines an interface for a deployment entity.

Namespace

Drupal\build_hooks\Entity

Code

public function isDeployed() : bool;