You are here

protected property ContextManager::$activeContexts in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/ContextManager.php \Drupal\context\ContextManager::activeContexts
  2. 8 src/ContextManager.php \Drupal\context\ContextManager::activeContexts

An array of contexts that have been evaluated and are active.

Type: array

File

src/ContextManager.php, line 59

Class

ContextManager
This is the manager service for the context module and should not be confused with the built in contexts in Drupal.

Namespace

Drupal\context

Code

protected $activeContexts = [];