You are here

14 string references to element_info in Drupal 10

BrokenCacheUpdateTest::testUpdate in core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
Ensures that a broken or out-of-date element info cache is not used.
ElementInfoManager::__construct in core/lib/Drupal/Core/Render/ElementInfoManager.php
Constructs an ElementInfoManager object.
ElementInfoManagerTest::testGetInfoElementPlugin in core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php
Tests the getInfo() method when render element plugins are used.
EntityViewTrait::buildEntityView in core/tests/Drupal/Tests/EntityViewTrait.php
Builds the renderable view of an entity.
FileUploadForm::create in core/modules/media_library/src/Form/FileUploadForm.php
FileWidget::create in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Creates an instance of the plugin.
KernelTestBaseTest::testRender in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
@covers ::render
LayoutBuilderIntegration::buildEntityView in core/modules/quickedit/src/LayoutBuilderIntegration.php
@todo Replace this hardcoded processing when https://www.drupal.org/project/drupal/issues/3041635 is resolved.
TextFormat::elementInfo in core/modules/filter/src/Element/TextFormat.php
Wraps the element info service.
TextTrimmedFormatter::viewElements in core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
Builds a renderable array for a field value.
ViewEditForm::create in core/modules/views_ui/src/ViewEditForm.php
views_ui_add_ajax_trigger in core/modules/views_ui/admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.
ViewUI::getStandardButtons in core/modules/views_ui/src/ViewUI.php
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
Weight::processWeight in core/lib/Drupal/Core/Render/Element/Weight.php
Expands a weight element into a select/number element.