You are here

public function MetatagViewsCacheWrapper::isConfigurable in Metatag 8

Determines if the plugin is configurable.

Return value

bool A boolean indicating whether the plugin is configurable.

Overrides PluginBase::isConfigurable

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 376

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function isConfigurable() {
  return $this->plugin
    ->isConfigurable();
}