Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| OptionsTestBase::mockStandardInstall | function | core/ |
Provides a workaround for the inability to use the standard profile. |
| OptionsTestBase::setUp | function | core/ |
|
| OptionsWidgetBase | class | core/ |
Base class for the 'options_*' widgets. |
| OptionsWidgetBase.php | file | core/ |
|
| OptionsWidgetBase::$column | property | core/ |
Abstract over the actual field columns, to allow different field types to reuse those widgets. |
| 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 enable. |
| 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::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::testSelectListSingle | function | core/ |
Tests the 'options_select' widget (single select). |
| options_allowed_values | function | core/ |
Returns the array of allowed values for a list field. |
| options_config_install_test.info.yml | file | core/ |
core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml |
| options_field_storage_config_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
| options_field_storage_config_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| options_field_storage_config_update_forbid | function | core/ |
Implements hook_field_storage_config_update_forbid(). |
| options_field_views_data | function | core/ |
Implements hook_field_views_data(). |
| options_help | function | core/ |
Implements hook_help(). |
| options_request_listener | service | core/ |
Drupal\Core\EventSubscriber\OptionsRequestSubscriber |
| options_test.info.yml | file | core/ |
core/modules/options/tests/options_test/options_test.info.yml |
| options_test.module | file | core/ |
Helper module for the List module tests. |
| options_test_allowed_values_callback | function | core/ |
Implements callback_allowed_values_function(). |
| options_test_dynamic_values_callback | function | core/ |
Implements callback_allowed_values_function(). |
| options_test_views.info.yml | file | core/ |
core/modules/options/tests/options_test_views/options_test_views.info.yml |
| OptionWidgetsField | class | core/ |
Plugin annotation @MigrateField( id = "optionwidgets", core = {6}, source_module = "optionwidgets", destination_module = "options" ) |
| OptionWidgetsField.php | file | core/ |
|
| OrderByTest | class | core/ |
Tests the orderBy() method of select queries. |
| OrderByTest.php | file | core/ |
|
| OrderByTest::$query | property | core/ |
The select query object to test. |
| OrderByTest::setUp | function | core/ |
|
| OrderByTest::testFieldEscaping | function | core/ |
Tests that fields passed for ordering get escaped properly. |
| OrderByTest::testInvalidDirection | function | core/ |
Checks that invalid sort directions in ORDER BY get converted to ASC. |
| OtherInstallationProfileTestsTest | class | core/ |
Verifies that tests in other installation profiles are found. |
| OtherInstallationProfileTestsTest.php | file | core/ |
Pagination
- Previous page
- Page 919
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.