public function EmbedTypeBase::setConfiguration in Embed 8
Sets the configuration for this plugin instance.
Parameters
array $configuration: An associative array containing the plugin's configuration.
Overrides ConfigurableInterface::setConfiguration
1 call to EmbedTypeBase::setConfiguration()
- EmbedTypeBase::submitConfigurationForm in src/
EmbedType/ EmbedTypeBase.php - Form submission handler.
File
- src/
EmbedType/ EmbedTypeBase.php, line 61
Class
- EmbedTypeBase
- Defines a base implementation that most embed type plugins will extend.
Namespace
Drupal\embed\EmbedTypeCode
public function setConfiguration(array $configuration) {
$this->configuration = $configuration;
}