Search for widget
- Search 7.x for widget
- Search 9.5.x for widget
- Search 8.9.x for widget
- Search 10.3.x for widget
- Search main for widget
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageWidget.php | file | core/ |
|
| ImageWidget::$imageFactory | property | core/ |
The image factory service. |
| ImageWidget::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| ImageWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| ImageWidget::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| ImageWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| ImageWidget::formMultipleElements | function | core/ |
Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements(). |
| ImageWidget::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
| ImageWidget::process | function | core/ |
Form API callback: Processes an image_image field element. |
| ImageWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| ImageWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| ImageWidget::validateRequiredFields | function | core/ |
Validate callback for alt and title field, if the user wants them required. |
| ImageWidget::__construct | function | core/ |
Constructs an ImageWidget object. |
| LanguageSelectWidget | class | core/ |
Plugin implementation of the 'Language' widget. |
| LanguageSelectWidget.php | file | core/ |
|
| LanguageSelectWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| LanguageSelectWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| LanguageSelectWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| LanguageSelectWidgetTest | class | core/ |
Tests the language select widget. |
| LanguageSelectWidgetTest.php | file | core/ |
|
| LanguageSelectWidgetTest::$entityFormDisplay | property | core/ |
The entity form display. |
| LanguageSelectWidgetTest::$modules | property | core/ |
Modules to install. |
| LanguageSelectWidgetTest::setUp | function | core/ |
|
| LanguageSelectWidgetTest::testWithIncludedLockedLanguage | function | core/ |
Tests the widget with the locked languages. |
| LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage | function | core/ |
Tests the widget without the locked languages. |
| LayoutBuilderWidget | class | core/ |
A widget to display the layout form. |
| LayoutBuilderWidget.php | file | core/ |
|
| LayoutBuilderWidget::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| LayoutBuilderWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| LayoutBuilderWidget::getSectionStorage | function | core/ |
Gets the section storage. |
| LinkField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
| LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl | function | core/ |
Test link widget exception handled if link uri value is invalid. |
| LinkFieldWidgetTest | class | core/ |
Tests link field widgets. |
| LinkFieldWidgetTest.php | file | core/ |
|
| LinkFieldWidgetTest::$modules | property | core/ |
Modules to install. |
| LinkFieldWidgetTest::testLinkTypeOnLinkWidget | function | core/ |
Tests '#link_type' property exists on 'link_default' widget. |
| LinkWidget | class | core/ |
Plugin implementation of the 'link' widget. |
| LinkWidget.php | file | core/ |
|
| LinkWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| LinkWidget::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| LinkWidget::flagErrors | function | core/ |
Override the '%uri' message parameter, to ensure that 'internal:' URIs show a validation error message that doesn't mention that scheme. |
| LinkWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| LinkWidget::getUriAsDisplayableString | function | core/ |
Gets the URI without the 'internal:' or 'entity:' scheme. |
| LinkWidget::getUserEnteredStringAsUri | function | core/ |
Gets the user-entered string as a URI. |
| LinkWidget::isNoLinkRoute | function | core/ |
Checks if a given route name is one of Drupal's special no-link routes. |
| LinkWidget::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| LinkWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| LinkWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| LinkWidget::supportsExternalLinks | function | core/ |
Indicates enabled support for link to external URLs. |
| LinkWidget::supportsInternalLinks | function | core/ |
Indicates enabled support for link to routes. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.