You are here

public function FrontendEnvironmentInterface::getPlugin in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FrontendEnvironmentInterface.php \Drupal\build_hooks\Entity\FrontendEnvironmentInterface::getPlugin()

Gets the frontend environment plugin for this environment.

Return value

\Drupal\build_hooks\Plugin\FrontendEnvironmentInterface Plugin.

1 method overrides FrontendEnvironmentInterface::getPlugin()
FrontendEnvironment::getPlugin in src/Entity/FrontendEnvironment.php
Gets the frontend environment plugin for this environment.

File

src/Entity/FrontendEnvironmentInterface.php, line 50

Class

FrontendEnvironmentInterface
Provides an interface for defining Frontend environment entities.

Namespace

Drupal\build_hooks\Entity

Code

public function getPlugin();