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 |
|---|---|---|---|
| TextfieldWidget.php | file | core/ |
|
| TextfieldWidget::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| TextfieldWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| TimestampDatetimeWidget | class | core/ |
Plugin implementation of the 'datetime timestamp' widget. |
| TimestampDatetimeWidget.php | file | core/ |
|
| TimestampDatetimeWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| TimestampDatetimeWidget::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| TimestampTest::testWidget | function | core/ |
Tests the "datetime_timestamp" widget. |
| UmamiHooks::preprocessImageWidget | function | core/ |
Implements hook_preprocess_HOOK() for image-widget. |
| umami_preprocess_image_widget | function | core/ |
Implements hook_preprocess_HOOK() for image-widget. |
| UriWidget | class | core/ |
Plugin implementation of the 'uri' widget. |
| UriWidget.php | file | core/ |
|
| UriWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| UriWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| UriWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| UriWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| ViewExecutable::$exposed_widgets | property | core/ |
The render array for the exposed form. |
| WidgetAccessTest | class | core/ |
Tests the media library UI access. |
| WidgetAccessTest.php | file | core/ |
|
| WidgetAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WidgetAccessTest::testRequiredFieldNoAccess | function | core/ |
Tests the widget with a required field that the user can't access. |
| WidgetAccessTest::testWidgetAccess | function | core/ |
Tests that the widget access works as expected. |
| WidgetAnonymousTest | class | core/ |
Tests that the widget works as expected for anonymous users. |
| WidgetAnonymousTest.php | file | core/ |
|
| WidgetAnonymousTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WidgetAnonymousTest::setUp | function | core/ |
|
| WidgetAnonymousTest::testWidgetAnonymous | function | core/ |
Tests that the widget works as expected for anonymous users. |
| WidgetBase | class | core/ |
Base class for 'Field widget' plugin implementations. |
| WidgetBase.php | file | core/ |
|
| WidgetBase::$fieldDefinition | property | core/ |
The field definition. |
| WidgetBase::$settings | property | core/ |
The widget settings. |
| WidgetBase::addMoreAjax | function | core/ |
Ajax callback for the "Add another item" button. |
| WidgetBase::addMoreSubmit | function | core/ |
Submission handler for the "Add another item" button. |
| WidgetBase::afterBuild | function | core/ |
After-build handler for field elements in a form. |
| WidgetBase::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WidgetBase::deleteAjax | function | core/ |
Ajax refresh callback for the "Remove" button. |
| WidgetBase::deleteSubmit | function | core/ |
Ajax submit callback for the "Remove" button. |
| WidgetBase::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| WidgetBase::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| WidgetBase::flagErrors | function | core/ |
Reports field-level validation errors against actual form elements. |
| WidgetBase::form | function | core/ |
Creates a form element for a field. |
| WidgetBase::formMultipleElements | function | core/ |
Special handling to create form elements for multiple values. |
| WidgetBase::formSingleElement | function | core/ |
Generates the form element for a single copy of the widget. |
| WidgetBase::getFieldSetting | function | core/ |
Returns the value of a field setting. |
| WidgetBase::getFieldSettings | function | core/ |
Returns the array of field settings. |
| WidgetBase::getFilteredDescription | function | core/ |
Returns the filtered field description. |
| WidgetBase::getWidgetState | function | core/ |
Retrieves processing information about the widget from $form_state. |
| WidgetBase::getWidgetStateParents | function | core/ |
Returns the location of processing information within $form_state. |
| WidgetBase::handlesMultipleValues | function | core/ |
Returns whether the widget handles multiple values. |
| WidgetBase::isApplicable | function | core/ |
Returns if the widget can be used for the provided field. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.