You are here

protected property DefaultPluginManager::$cacheTags in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/Plugin/DefaultPluginManager.php \Drupal\Core\Plugin\DefaultPluginManager::cacheTags

An array of cache tags to use for the cached definitions.

Type: array

File

lib/Drupal/Component/Plugin/DefaultPluginManager.php, line 50
Contains \Drupal\Core\Plugin\DefaultPluginManager.

Class

DefaultPluginManager
Base class for plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $cacheTags = array();