service plugin.manager.element_info in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \plugin.manager.element_info
Class
Drupal\Core\Render\ElementInfoManager3 string references to plugin.manager.element_info
- ElementInfoIntegrationTest::testElementInfoByTheme in core/
tests/ Drupal/ KernelTests/ Core/ Render/ ElementInfoIntegrationTest.php - Ensures that the element info can be altered by themes.
- PluginAlterTest::testPluginAlter in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ PluginAlterTest.php - Tests hook_element_plugin_alter().
- TextFormatElementFormTest::setUp in core/
modules/ filter/ tests/ src/ Kernel/ TextFormatElementFormTest.php - Sets up the test.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Render\ElementInfoManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@cache_tags.invalidator'
- - '@module_handler'
- - '@theme.manager'