plugin.manager.sdc

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

Class

Drupal\sdc\ComponentPluginManager
5 string references to plugin.manager.sdc
ComponentKernelTestBase::setUp in core/modules/sdc/tests/src/Kernel/ComponentKernelTestBase.php
ComponentKernelTestBase::setUp in core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php
ComponentRenderTest::testPluginDefinition in core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
Ensures some key aspects of the plugin definition are correctly computed.
ComponentRenderTest::testPluginDefinition in core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
Ensures some key aspects of the plugin definition are correctly computed.
sdc_library_info_build in core/modules/sdc/sdc.module
Implements hook_library_info_build().

File

core/modules/sdc/sdc.services.yml

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

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