public function ContextRepositoryInterface::getAvailableContexts in Drupal 9
Same name and namespace in other branches
- 8 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\ContextCode
public function getAvailableContexts();