Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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/ |
|
OptionsWidgetsTest::testCheckBoxes | function | core/ |
Tests the 'options_buttons' widget (multiple select). |
OptionsWidgetsTest::testEmptyValue | function | core/ |
Tests the 'options_select' and 'options_button' widget for empty value. |
OptionsWidgetsTest::testOptionsListAlter | function | core/ |
Tests hook_options_list_alter(). |
OptionsWidgetsTest::testRadioButtons | function | core/ |
Tests the 'options_buttons' widget (single select). |
OptionsWidgetsTest::testSelectListFloat | function | core/ |
Tests the 'options_select' widget (float values). |
OptionsWidgetsTest::testSelectListMultiple | function | core/ |
Tests the 'options_select' widget (multiple select). |
OptionsWidgetsTest::testSelectListRequiredErrorAttribute | function | core/ |
Tests the '#required_error' attribute for the select list. |
OptionsWidgetsTest::testSelectListSingle | function | core/ |
Tests the 'options_select' widget (single select). |
OptionWidgetsField | class | core/ |
MigrateField Plugin for Drupal 6 options fields. |
OptionWidgetsField.php | file | core/ |
|
OrderByTest::testInvalidDirection | function | core/ |
Checks that invalid sort directions in ORDER BY get converted to ASC. |
OverlapWithTopLevelDependenciesTest::templateProjectPathProvider | function | core/ |
Provides data for testOverlapWithTemplateProject(). |
OverriddenConfigImportTest | class | core/ |
Tests importing of config with language overrides. |
OverriddenConfigImportTest.php | file | core/ |
|
OverriddenConfigImportTest::$configImporter | property | core/ |
Config Importer object used for testing. |
OverriddenConfigImportTest::$modules | property | core/ |
Modules to install. |
OverriddenConfigImportTest::setUp | function | core/ |
|
OverriddenConfigImportTest::testConfigImportUpdates | function | core/ |
Tests importing overridden config alongside config in the default language. |
OverriddenConfigurationTest | class | core/ |
Tests handling of configuration overrides. |
OverriddenConfigurationTest.php | file | core/ |
|
OverriddenConfigurationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
OverriddenConfigurationTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.