public function MediaImageDecorator::getPluginId in Entity Embed 8
Gets the plugin_id of the plugin instance.
Return value
string The plugin_id of the plugin instance.
Overrides PluginInspectionInterface::getPluginId
File
- src/
Plugin/ entity_embed/ EntityEmbedDisplay/ MediaImageDecorator.php, line 96
Class
- MediaImageDecorator
- Decorator on all EntityEmbedDisplays that adds alt and title overriding.
Namespace
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplayCode
public function getPluginId() {
return $this->decorated
->getPluginId();
}