You are here

public function FrontendEnvironmentBase::setConfigurationValue in Build Hooks 8.2

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

File

src/Plugin/FrontendEnvironmentBase.php, line 88

Class

FrontendEnvironmentBase
Base class for Frontend environment plugins.

Namespace

Drupal\build_hooks\Plugin

Code

public function setConfigurationValue($key, $value) {
  $this->configuration[$key] = $value;
}