public function MetatagViewsCacheWrapper::themeFunctions in Metatag 8
Provide a full list of possible theme templates used by this style.
Overrides PluginBase::themeFunctions
File
- metatag_views/
src/ MetatagViewsCacheWrapper.php, line 263
Class
- MetatagViewsCacheWrapper
- This class wraps a Views cache plugin.
Namespace
Drupal\metatag_viewsCode
public function themeFunctions() {
return $this->plugin
->themeFunctions();
}