public function EmbedTypeBase::getConfiguration in Embed 8
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
1 call to EmbedTypeBase::getConfiguration()
- EmbedTypeBase::getConfigurationValue in src/
EmbedType/ EmbedTypeBase.php - Gets a configuration value.
File
- src/
EmbedType/ EmbedTypeBase.php, line 41
Class
- EmbedTypeBase
- Defines a base implementation that most embed type plugins will extend.
Namespace
Drupal\embed\EmbedTypeCode
public function getConfiguration() {
return $this->configuration;
}