plugin.manager.element_info

Same name and namespace in other branches
  1. 9 core/core.services.yml \plugin.manager.element_info
  2. 8.9.x core/core.services.yml \plugin.manager.element_info

Class

Drupal\Core\Render\ElementInfoManager
6 string references to plugin.manager.element_info
DeprecatedElementTest::testBuildInfo in core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php
Tests that render elements can trigger deprecations in their constructor.
ElementInfoIntegrationTest::testElementInfoByTheme in core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php
Ensures that the element info can be altered by themes.
FieldConfigEditForm::create in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Instantiates a new instance of this class.
FieldConfigEditForm::__construct in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Constructs a new FieldConfigDeleteForm object.
PluginAlterTest::testPluginAlter in core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php
Tests hook_element_plugin_alter().

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Render\ElementInfoManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@theme_handler'
  6. - '@module_handler'
  7. - '@theme.manager'

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