Search for widget
- Search 7.x for widget
- Search 9.5.x for widget
- Search 8.9.x for widget
- Search 11.x for widget
- Search main for widget
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MultipleWidgetFormTest::testLabelOnMultiValueFields | function | core/ |
Tests the form display of the label for multi-value fields. |
| MultipleWidgetFormTest::widgetAlterTest | function | core/ |
Tests widget alter hooks for a given hook name. |
| NumberWidget | class | core/ |
Plugin implementation of the 'number' widget. |
| NumberWidget.php | file | core/ |
|
| NumberWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| NumberWidget::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| NumberWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| NumberWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| NumberWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| OEmbedFieldWidgetTest | class | core/ |
@covers \Drupal\media\Plugin\Field\FieldWidget\OEmbedWidget[[api-linebreak]] |
| OEmbedFieldWidgetTest.php | file | core/ |
|
| OEmbedFieldWidgetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| OEmbedFieldWidgetTest::testFieldWidgetHelpText | function | core/ |
Tests that the oEmbed field widget shows the configured help text. |
| OEmbedWidget | class | core/ |
Plugin implementation of the 'oembed_textfield' widget. |
| OEmbedWidget.php | file | core/ |
|
| OEmbedWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| OEmbedWidget::isApplicable | function | core/ |
Returns if the widget can be used for the provided field. |
| OptionsButtonsWidget | class | core/ |
Plugin implementation of the 'options_buttons' widget. |
| OptionsButtonsWidget.php | file | core/ |
|
| OptionsButtonsWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| OptionsButtonsWidget::getEmptyLabel | function | core/ |
Returns the empty option label to add to the list of options, if any. |
| OptionsSelectWidget | class | core/ |
Plugin implementation of the 'options_select' widget. |
| OptionsSelectWidget.php | file | core/ |
|
| OptionsSelectWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| OptionsSelectWidget::getEmptyLabel | function | core/ |
Returns the empty option label to add to the list of options, if any. |
| OptionsSelectWidget::sanitizeLabel | function | core/ |
Sanitizes a string label to display as an option. |
| OptionsSelectWidget::supportsGroups | function | core/ |
Indicates whether the widgets support optgroups. |
| OptionsWidgetBase | class | core/ |
Base class for the 'options_*' widgets. |
| OptionsWidgetBase.php | file | core/ |
|
| OptionsWidgetBase::$column | property | core/ |
Abstract over the actual field columns. |
| OptionsWidgetBase::$has_value | property | core/ |
Tracks whether the field has a value. |
| OptionsWidgetBase::$multiple | property | core/ |
Tracks whether the data is multi-valued. |
| OptionsWidgetBase::$options | property | core/ |
The array of options for the widget. |
| OptionsWidgetBase::$required | property | core/ |
Tracks whether the field is required. |
| OptionsWidgetBase::formElement | function | core/ |
Returns the form for a single field widget. |
| OptionsWidgetBase::getEmptyLabel | function | core/ |
Returns the empty option label to add to the list of options, if any. |
| OptionsWidgetBase::getOptions | function | core/ |
Returns the array of options for the widget. |
| OptionsWidgetBase::getSelectedOptions | function | core/ |
Determines selected options from the incoming field values. |
| OptionsWidgetBase::sanitizeLabel | function | core/ |
Sanitizes a string label to display as an option. |
| OptionsWidgetBase::supportsGroups | function | core/ |
Indicates whether the widgets support optgroups. |
| OptionsWidgetBase::validateElement | function | core/ |
Form validation handler for widget elements. |
| OptionsWidgetBase::__construct | function | core/ |
Constructs a WidgetBase object. |
| OptionsWidgetsTest | class | core/ |
Tests the Options widgets. |
| OptionsWidgetsTest.php | file | core/ |
|
| OptionsWidgetsTest::$card1 | property | core/ |
A field storage with cardinality 1 to use in this test class. |
| OptionsWidgetsTest::$card2 | property | core/ |
A field storage with cardinality 2 to use in this test class. |
| OptionsWidgetsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| OptionsWidgetsTest::$float | property | core/ |
A field storage with float values to use in this test class. |
| OptionsWidgetsTest::$modules | property | core/ |
Modules to install. |
| OptionsWidgetsTest::setUp | function | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.