You are here

public function TriggerInterface::triggerBuildHookForEnvironment in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/TriggerInterface.php \Drupal\build_hooks\TriggerInterface::triggerBuildHookForEnvironment()

Triggers a build hook for an environment.

Parameters

\Drupal\build_hooks\Entity\FrontendEnvironmentInterface $frontend_environment: The Environment to trigger the deployment for.

Return value

mixed Mixed.

1 method overrides TriggerInterface::triggerBuildHookForEnvironment()
Trigger::triggerBuildHookForEnvironment in src/Trigger.php
Trigger a deployment for a frontend environment.

File

src/TriggerInterface.php, line 34

Class

TriggerInterface
Defines an interface for triggering build hooks.

Namespace

Drupal\build_hooks

Code

public function triggerBuildHookForEnvironment(FrontendEnvironmentInterface $frontend_environment);