public function MediaImageDecorator::defaultConfiguration in Entity Embed 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
File
- src/
Plugin/ entity_embed/ EntityEmbedDisplay/ MediaImageDecorator.php, line 68
Class
- MediaImageDecorator
- Decorator on all EntityEmbedDisplays that adds alt and title overriding.
Namespace
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplayCode
public function defaultConfiguration() {
return $this->decorated
->defaultConfiguration();
}