You are here

service context.manager in Context 8.0

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

Class

Drupal\context\ContextManager
10 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.
ContextBlockPageVariant::create in src/Plugin/DisplayVariant/ContextBlockPageVariant.php
Creates an instance of the plugin.
ContextDeleteForm::create in modules/context_ui/src/Form/ContextDeleteForm.php
Instantiates a new instance of this class.

... See full list

File

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

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