You are here

15 string references to plugin.manager.field.widget in Drupal 10

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.
EntityFormDisplayTest::testBaseFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
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.
FieldItemList::defaultValueWidget in core/lib/Drupal/Core/Field/FieldItemList.php
Returns the widget object used in default value form.
FieldLayoutEntityFormDisplayEditForm::create in core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php
Instantiates a new instance of this class.
field_help in core/modules/field/field.module
Implements hook_help().
ManageDisplayTest::testWidgetUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
MediaSourceTestBase::createMediaTypeField in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
Creates storage and field instance, attached to a given media type.
WidgetPluginManagerTest::testNotApplicableFallback in core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
WidgetPluginManagerTest::testWidgetDefinitionAlter in core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
Tests that the widget definitions alter hook works.