public function MetatagViewsCacheWrapper::getPluginDefinition in Metatag 8
Gets the definition of the plugin implementation.
Return value
array The plugin definition, as returned by the discovery object used by the plugin manager.
Overrides PluginBase::getPluginDefinition
File
- metatag_views/
src/ MetatagViewsCacheWrapper.php, line 369
Class
- MetatagViewsCacheWrapper
- This class wraps a Views cache plugin.
Namespace
Drupal\metatag_viewsCode
public function getPluginDefinition() {
return $this->plugin
->getPluginDefinition();
}