You are here

public function FrontendEnvironment::getDeploymentStrategy in Build Hooks 3.x

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

Get the deployment strategy of the environment.

Return value

string Strategy.

Overrides FrontendEnvironmentInterface::getDeploymentStrategy

File

src/Entity/FrontendEnvironment.php, line 128

Class

FrontendEnvironment
Defines the Frontend environment entity.

Namespace

Drupal\build_hooks\Entity

Code

public function getDeploymentStrategy() {
  return $this->deployment_strategy;
}