function ContextRepositoryInterface::getAvailableContexts

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php \Drupal\Core\Plugin\Context\ContextRepositoryInterface::getAvailableContexts()
  2. 8.9.x core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php \Drupal\Core\Plugin\Context\ContextRepositoryInterface::getAvailableContexts()
  3. 10 core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php \Drupal\Core\Plugin\Context\ContextRepositoryInterface::getAvailableContexts()

Gets all available contexts for the purposes of configuration.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[] All available contexts.

1 method overrides ContextRepositoryInterface::getAvailableContexts()
LazyContextRepository::getAvailableContexts in core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php
Gets all available contexts for the purposes of configuration.

File

core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php, line 39

Class

ContextRepositoryInterface
Offers a global context repository.

Namespace

Drupal\Core\Plugin\Context

Code

public function getAvailableContexts();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.