plugin.manager.sdc
Same name in other branches
- 11.x core/modules/sdc/sdc.services.yml \plugin.manager.sdc
Class
Drupal\Core\Theme\ComponentPluginManager6 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.
- LibraryDiscoveryParser::__construct in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Constructs a new LibraryDiscoveryParser instance.
File
-
core/
core.services.yml
View source
- public: true
- class: Drupal\Core\Theme\ComponentPluginManager
- arguments:
- - '@module_handler'
- - '@theme_handler'
- - '@cache.discovery'
- - '@config.factory'
- - '@theme.manager'
- - '@Drupal\Core\Theme\ComponentNegotiator'
- - '@file_system'
- - '@Drupal\Core\Theme\Component\SchemaCompatibilityChecker'
- - '@Drupal\Core\Theme\Component\ComponentValidator'
- - '%app.root%'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.