function TestConfigurablePlugin::setConfiguration
Sets the configuration for this plugin instance.
Parameters
array $configuration: An associative array containing the plugin's configuration.
Overrides ConfigurableInterface::setConfiguration
File
-
core/
tests/ Drupal/ Tests/ Core/ Plugin/ Fixtures/ TestConfigurablePlugin.php, line 23
Class
Namespace
Drupal\Tests\Core\Plugin\FixturesCode
public function setConfiguration(array $configuration) {
$this->configuration = $configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.