You are here

public function FrontendEnvironmentInterface::getBuildHookDetails in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/FrontendEnvironmentInterface.php \Drupal\build_hooks\Plugin\FrontendEnvironmentInterface::getBuildHookDetails()

Get the info to trigger the hook based on the configuration of the plugin.

Return value

\Drupal\build_hooks\BuildHookDetails An object containing the details to trigger the hook.

6 methods override FrontendEnvironmentInterface::getBuildHookDetails()
BitbucketFrontendEnvironment::getBuildHookDetails in modules/build_hooks_bitbucket/src/Plugin/FrontendEnvironment/BitbucketFrontendEnvironment.php
Get the info to trigger the hook based on the configuration of the plugin.
CircleCiFrontendEnvironment::getBuildHookDetails in modules/build_hooks_circleci/src/Plugin/FrontendEnvironment/CircleCiFrontendEnvironment.php
Get the info to trigger the hook based on the configuration of the plugin.
CircleV2::getBuildHookDetails in modules/build_hooks_circleci/src/Plugin/FrontendEnvironment/CircleV2.php
Get the info to trigger the hook based on the configuration of the plugin.
GenericFrontendEnvironment::getBuildHookDetails in src/Plugin/FrontendEnvironment/GenericFrontendEnvironment.php
Get the info to trigger the hook based on the configuration of the plugin.
NetlifyFrontendEnvironment::getBuildHookDetails in modules/build_hooks_netlify/src/Plugin/FrontendEnvironment/NetlifyFrontendEnvironment.php
Get the info to trigger the hook based on the configuration of the plugin.

... See full list

File

src/Plugin/FrontendEnvironmentInterface.php, line 24

Class

FrontendEnvironmentInterface
Defines an interface for Frontend environment plugins.

Namespace

Drupal\build_hooks\Plugin

Code

public function getBuildHookDetails();