You are here

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

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

Deploy frontend environments.

Return value

mixed Mixed.

1 method overrides TriggerInterface::deployFrontendCronEnvironments()
Trigger::deployFrontendCronEnvironments in src/Trigger.php
Triggers all environments that are marked to fire on cron.

File

src/TriggerInterface.php, line 23

Class

TriggerInterface
Defines an interface for triggering build hooks.

Namespace

Drupal\build_hooks

Code

public function deployFrontendCronEnvironments();