You are here

service plugin.manager.config_pages_context in Config Pages 8

Same name and namespace in other branches
  1. 8.3 config_pages.services.yml \plugin.manager.config_pages_context
  2. 8.2 config_pages.services.yml \plugin.manager.config_pages_context

Class

Drupal\config_pages\ConfigPagesContextManager
2 string references to plugin.manager.config_pages_context
ConfigPagesListBuilder::createInstance in src/ConfigPagesListBuilder.php
Instantiates a new instance of this entity handler.
ConfigPagesTypeListBuilder::createInstance in src/ConfigPagesTypeListBuilder.php
Instantiates a new instance of this entity handler.

File

./config_pages.services.yml
config_pages.services.yml

View source
  1. class: Drupal\config_pages\ConfigPagesContextManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.default'
  5. - '@module_handler'