You are here

protected property LazyContextRepository::$contextProviderServiceIDs in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php \Drupal\Core\Plugin\Context\LazyContextRepository::contextProviderServiceIDs

The set of available context providers service IDs.

Context provider service IDs.

Type: string[]

File

core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php, line 23
Contains \Drupal\Core\Plugin\Context\LazyContextRepository.

Class

LazyContextRepository
Provides a context repository which uses context provider services.

Namespace

Drupal\Core\Plugin\Context

Code

protected $contextProviderServiceIDs = [];