function BlockPluginTrait::setConfigurationValue
File
-
core/
lib/ Drupal/ Core/ Block/ BlockPluginTrait.php, line 112
Class
- BlockPluginTrait
- Provides the base implementation of a block plugin.
Namespace
Drupal\Core\BlockCode
public function setConfigurationValue($key, $value) {
$this->configuration[$key] = $value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.