public function FrontendEnvironmentInterface::deploymentWasTriggered in Build Hooks 8.2
Same name and namespace in other branches
- 3.x src/Plugin/FrontendEnvironmentInterface.php \Drupal\build_hooks\Plugin\FrontendEnvironmentInterface::deploymentWasTriggered()
Determine if the deployment was triggered successfully.
Parameters
\Psr\Http\Message\ResponseInterface $response: Response for the trigger request.
Return value
bool TRUE if the deployment succeeded.
1 method overrides FrontendEnvironmentInterface::deploymentWasTriggered()
- FrontendEnvironmentBase::deploymentWasTriggered in src/
Plugin/ FrontendEnvironmentBase.php - Determine if the deployment was triggered successfully.
File
- src/
Plugin/ FrontendEnvironmentInterface.php, line 46
Class
- FrontendEnvironmentInterface
- Defines an interface for Frontend environment plugins.
Namespace
Drupal\build_hooks\PluginCode
public function deploymentWasTriggered(ResponseInterface $response) : bool;