Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \context.repository
  2. 9 core/core.services.yml \context.repository

Class

Drupal\Core\Plugin\Context\LazyContextRepository

Tags

  • service_id_collector
11 string references to context.repository
BlockAccessControlHandler::createInstance in core/modules/block/src/BlockAccessControlHandler.php
Instantiates a new instance of this entity handler.
BlockForm::create in core/modules/block/src/BlockForm.php
Instantiates a new instance of this class.
BlockLibraryController::create in core/modules/block/src/Controller/BlockLibraryController.php
Instantiates a new instance of the implementing class using autowiring.
BlockViewBuilder::buildPreRenderableBlock in core/modules/block/src/BlockViewBuilder.php
Builds a #pre_render-able block render array.
ConfigureBlockFormBase::create in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Plugin\Context\LazyContextRepository
  2. arguments:
  3. - '@service_container'
  4. tags:
  5. - { name: service_id_collector, tag: context_provider }