You are here

8 string references to plugin.manager.field.widget in Drupal 9

EntityFormDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
Constructs an Entity object.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayEditForm::create in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Instantiates a new instance of this class.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Tests to load field plugin definitions used in core's existing entities.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Tests the integrity of field plugin definitions.
FieldLayoutEntityFormDisplayEditForm::create in core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php
Instantiates a new instance of this class.
text_post_update_add_required_summary_flag_form_display in core/modules/text/text.post_update.php
Update text_with_summary widgets to add summary required flags.
WidgetPluginManagerTest::testNotApplicableFallback in core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.