You are here

public function PropertyBase::isPageCacheCompatible in ThemeKey 8

File

src/PropertyBase.php, line 51
Provides Drupal\themekey\PropertyBase.

Class

PropertyBase

Namespace

Drupal\themekey

Code

public function isPageCacheCompatible() {
  return $this->pluginDefinition['page_cache_compatible'];
}