Chris@0: defaults += [ Chris@0: 'parent' => 'parent', Chris@0: 'plugin_type' => $type, Chris@0: 'register_theme' => TRUE, Chris@0: ]; Chris@0: Chris@0: $this->alterInfo('views_plugins_' . $type); Chris@0: $this->setCacheBackend($cache_backend, "views:$type"); Chris@0: } Chris@0: Chris@0: }