plugin.manager.sdc

Same name and namespace in other branches
  1. 10 core/core.services.yml \plugin.manager.sdc

Class

Drupal\Core\Theme\ComponentPluginManager
3 string references to plugin.manager.sdc
ComponentKernelTestBase::setUp in core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php
ComponentRenderTest::testPluginDefinition in core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
Ensures some key aspects of the plugin definition are correctly computed.
ThemeInstaller::__construct in core/lib/Drupal/Core/Extension/ThemeInstaller.php

File

core/core.services.yml

View source
  1. public: true
  2. class: Drupal\Core\Theme\ComponentPluginManager
  3. arguments:
  4. - '@module_handler'
  5. - '@theme_handler'
  6. - '@cache.discovery'
  7. - '@config.factory'
  8. - '@theme.manager'
  9. - '@Drupal\Core\Theme\ComponentNegotiator'
  10. - '@file_system'
  11. - '@Drupal\Core\Theme\Component\SchemaCompatibilityChecker'
  12. - '@Drupal\Core\Theme\Component\ComponentValidator'
  13. - '%app.root%'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.