Search for id
- Search 7.x for id
- Search 9.5.x for id
- Search 8.9.x for id
- Search 10.3.x for id
- Search 11.x for id
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| WidgetBase::isDefaultValueWidget | function | core/ |
Returns whether the widget used for default value form. |
| WidgetBase::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| WidgetBase::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| WidgetBase::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| WidgetBase::setWidgetState | function | core/ |
Stores processing information about the widget in $form_state. |
| WidgetBase::__construct | function | core/ |
Constructs a WidgetBase object. |
| WidgetBaseInterface | interface | core/ |
Base interface definition for "Field widget" plugins. |
| WidgetBaseInterface.php | file | core/ |
|
| WidgetBaseInterface::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| WidgetBaseInterface::flagErrors | function | core/ |
Reports field-level validation errors against actual form elements. |
| WidgetBaseInterface::form | function | core/ |
Creates a form element for a field. |
| WidgetBaseInterface::getWidgetState | function | core/ |
Retrieves processing information about the widget from $form_state. |
| WidgetBaseInterface::setWidgetState | function | core/ |
Stores processing information about the widget in $form_state. |
| WidgetInterface | interface | core/ |
Interface definition for field widget plugins. |
| WidgetInterface.php | file | core/ |
|
| WidgetInterface::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
| WidgetInterface::formElement | function | core/ |
Returns the form for a single field widget. |
| WidgetInterface::isApplicable | function | core/ |
Returns if the widget can be used for the provided field. |
| WidgetInterface::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| WidgetInterface::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| WidgetInterface::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| WidgetOEmbedTest | class | core/ |
Tests that oEmbed media can be added in the Media library's widget. |
| WidgetOEmbedTest.php | file | core/ |
|
| WidgetOEmbedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WidgetOEmbedTest::$modules | property | core/ |
Modules to install. |
| WidgetOEmbedTest::setUp | function | core/ |
|
| WidgetOEmbedTest::testWidgetOEmbed | function | core/ |
Tests that oEmbed media can be added in the Media library's widget. |
| WidgetOEmbedTest::testWidgetOEmbedAdvancedUi | function | core/ |
Tests that oEmbed media can be added in the widget's advanced UI. |
| WidgetOverflowTest | class | core/ |
Tests that uploads in the 'media_library_widget' works as expected. |
| WidgetOverflowTest.php | file | core/ |
|
| WidgetOverflowTest::$image | property | core/ |
The test image file. |
| WidgetOverflowTest::providerWidgetOverflow | function | core/ |
Data provider for ::testWidgetOverflow() and ::testUnlimitedCardinality(). |
| WidgetOverflowTest::setUp | function | core/ |
|
| WidgetOverflowTest::testUnlimitedCardinality | function | core/ |
Tests that unlimited fields' selection count is not constrained. |
Pagination
- Previous page
- Page 195
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.