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