Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| WidgetOverflowTest::testWidgetOverflow | function | core/ |
Tests that the Media Library constrains the number of selected items. |
| WidgetOverflowTest::uploadFiles | function | core/ |
Uploads multiple test images into the media library. |
| WidgetPluginManager | class | core/ |
Plugin type manager for field widgets. |
| WidgetPluginManager.php | file | core/ |
|
| WidgetPluginManager::$fieldTypeManager | property | core/ |
The field type manager to define field. |
| WidgetPluginManager::$widgetOptions | property | core/ |
An array of widget options for each field type. |
| WidgetPluginManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| WidgetPluginManager::getDefaultSettings | function | core/ |
Returns the default settings of a field widget. |
| WidgetPluginManager::getInstance | function | core/ |
Overrides PluginManagerBase::getInstance(). |
| WidgetPluginManager::getOptions | function | core/ |
Returns an array of widget type options for a field type. |
| WidgetPluginManager::prepareConfiguration | function | core/ |
Merges default values for widget configuration. |
| WidgetPluginManager::__construct | function | core/ |
Constructs a WidgetPluginManager object. |
| WidgetPluginManagerTest | class | core/ |
Tests the field widget manager. |
| WidgetPluginManagerTest.php | file | core/ |
|
| WidgetPluginManagerTest::testNotApplicableFallback | function | core/ |
Tests that getInstance falls back on default if current is not applicable. |
| WidgetPluginManagerTest::testWidgetDefinitionAlter | function | core/ |
Tests that the widget definitions alter hook works. |
| WidgetUploadTest | class | core/ |
Tests that uploads in the 'media_library_widget' works as expected. |
| WidgetUploadTest.php | file | core/ |
|
| WidgetUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WidgetUploadTest::testWidgetUpload | function | core/ |
Tests that uploads in the 'media_library_widget' works as expected. |
| WidgetUploadTest::testWidgetUploadAdvancedUi | function | core/ |
Tests that uploads in the widget's advanced UI works as expected. |
| WidgetViewsTest | class | core/ |
Tests the views in the media library widget. |
| WidgetViewsTest.php | file | core/ |
|
| WidgetViewsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
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.