public function FrontendEnvironmentInterface::setDeploymentStrategy in Build Hooks 3.x
Same name and namespace in other branches
- 8.2 src/Entity/FrontendEnvironmentInterface.php \Drupal\build_hooks\Entity\FrontendEnvironmentInterface::setDeploymentStrategy()
Sets the deployment strategy of the environment.
Parameters
string $deploymentStrategy: The deployment strategy.
1 method overrides FrontendEnvironmentInterface::setDeploymentStrategy()
- FrontendEnvironment::setDeploymentStrategy in src/
Entity/ FrontendEnvironment.php - Sets the deployment strategy of the environment.
File
- src/
Entity/ FrontendEnvironmentInterface.php, line 42
Class
- FrontendEnvironmentInterface
- Provides an interface for defining Frontend environment entities.
Namespace
Drupal\build_hooks\EntityCode
public function setDeploymentStrategy($deploymentStrategy);