You are here

service context.manager in Context 8.4

Same name and namespace in other branches
  1. 8 context.services.yml \context.manager
  2. 8.0 context.services.yml \context.manager

Class

Drupal\context\ContextManager
20 string references to context.manager
BlockDeleteForm::create in src/Reaction/Blocks/Form/BlockDeleteForm.php
Instantiates a new instance of this class.
BlockFormBase::create in src/Reaction/Blocks/Form/BlockFormBase.php
Instantiates a new instance of this class.
ConditionDeleteForm::create in modules/context_ui/src/Form/ConditionDeleteForm.php
Instantiates a new instance of this class.
ContextAll::create in src/Plugin/Condition/ContextAll.php
Creates an instance of the plugin.
ContextAny::create in src/Plugin/Condition/ContextAny.php
Creates an instance of the plugin.

... See full list

File

./context.services.yml
context.services.yml

View source
  1. class: Drupal\context\ContextManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@context.repository'
  5. - '@context.handler'
  6. - '@entity.form_builder'
  7. - '@theme.manager'
  8. - '@current_route_match'