Search for widget

  1. Search 7.x for widget
  2. Search 8.9.x for widget
  3. Search 10.3.x for widget
  4. Search 11.x for widget
  5. Search main for widget
  6. Other projects
Title Object type File name Summary
hook_field_widget_single_element_form_alter function core/modules/field/field.api.php Alter forms for field widgets provided by other modules.
hook_field_widget_single_element_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter widget forms for a specific widget provided by another module.
hook_field_widget_third_party_settings_form function core/modules/field_ui/field_ui.api.php Allow modules to add settings to field widgets provided by other modules.
hook_field_widget_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter widget forms for a specific widget provided by another module.
image-widget.css file core/themes/seven/css/classy/components/image-widget.css Image upload widget.
image-widget.css file core/themes/starterkit_theme/css/components/image-widget.css Image upload widget.
image-widget.css file core/themes/classy/css/components/image-widget.css Image upload widget.
image-widget.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/stable9/templates/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/seven/templates/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/claro/templates/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/bartik/templates/classy/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/stable/templates/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/starterkit_theme/templates/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/themes/classy/templates/content-edit/image-widget.html.twig Theme override for an image field widget.
image-widget.html.twig file core/modules/image/templates/image-widget.html.twig Default theme implementation for an image field widget.
ImageField::getFieldWidgetMap function core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Get a map between D6 and D8 widgets for this field type.
ImageFieldWidgetMultipleTest class core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests the image field widget support multiple upload correctly.
ImageFieldWidgetMultipleTest.php file core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
ImageFieldWidgetMultipleTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php The theme to install as the default for testing.
ImageFieldWidgetMultipleTest::$modules property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Modules to enable.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads function core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests image widget element support multiple upload correctly.
ImageFieldWidgetTest class core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php Tests the image field widget.
ImageFieldWidgetTest.php file core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
ImageFieldWidgetTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php The theme to install as the default for testing.
ImageFieldWidgetTest::testWidgetElement function core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php Tests file widget element.
ImageUrlTest::testImageUrlWidget function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php Tests the Drupal image URL widget.
ImageWidget class core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Plugin implementation of the 'image_image' widget.
ImageWidget.php file core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
ImageWidget::$imageFactory property core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php The image factory service.
ImageWidget::calculateDependencies function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Calculates dependencies for the configured plugin.
ImageWidget::defaultSettings function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Defines the default settings for this plugin.
ImageWidget::formElement function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns the form for a single field widget.
ImageWidget::formMultipleElements function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Overrides \Drupal\file\Plugin\Field\FieldWidget\FileWidget::formMultipleElements().
ImageWidget::onDependencyRemoval function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Informs the plugin that some configuration it depends on will be deleted.
ImageWidget::process function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Form API callback: Processes an image_image field element.
ImageWidget::settingsForm function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns a form to configure settings for the widget.
ImageWidget::settingsSummary function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns a short summary for the current widget settings.
ImageWidget::validateRequiredFields function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Validate callback for alt and title field, if the user wants them required.
ImageWidget::__construct function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Constructs an ImageWidget object.
LanguageSelectWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Plugin implementation of the 'Language' widget.
LanguageSelectWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php
LanguageSelectWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Defines the default settings for this plugin.
LanguageSelectWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Returns the form for a single field widget.
LanguageSelectWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Returns a form to configure settings for the widget.
LanguageSelectWidgetTest class core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the language select widget.
LanguageSelectWidgetTest.php file core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
LanguageSelectWidgetTest::$entityFormDisplay property core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php The entity form display.
LanguageSelectWidgetTest::$modules property core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Modules to enable.
LanguageSelectWidgetTest::setUp function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php

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