Search for options

  1. Search 7.x for options
  2. Search 9.5.x for options
  3. Search 8.9.x for options
  4. Search 10.3.x for options
  5. Other projects
Title Object type File name Summary
OptionsSelectWidget::getEmptyLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php Returns the empty option label to add to the list of options, if any.
OptionsSelectWidget::sanitizeLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php Sanitizes a string label to display as an option.
OptionsSelectWidget::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php Indicates whether the widgets support optgroups.
OptionsTestBase class core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Base class for options views tests.
OptionsTestBase.php file core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php
OptionsTestBase::$fieldNames property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php The used field names.
OptionsTestBase::$fieldValues property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Stores the field values used for the different tests.
OptionsTestBase::$modules property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php
OptionsTestBase::$nodes property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Stores the nodes used for the different tests.
OptionsTestBase::mockStandardInstall function core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Provides a workaround for the inability to use the standard profile.
OptionsTestBase::setUp function core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php
OptionsTestHooks class core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Hook implementations for options_test.
OptionsTestHooks.php file core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
OptionsTestHooks::formEntityTestEntityTestFormAlter function core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Implements hook_form_FORM_ID_alter().
OptionsTestHooks::optionsListAlter function core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Implements hook_options_list_alter().
OptionsViewsHooks class core/modules/options/src/Hook/OptionsViewsHooks.php Hook implementations for options.
OptionsViewsHooks.php file core/modules/options/src/Hook/OptionsViewsHooks.php
OptionsViewsHooks::fieldViewsData function core/modules/options/src/Hook/OptionsViewsHooks.php Implements hook_field_views_data().
OptionsWidgetBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Base class for the 'options_*' widgets.
OptionsWidgetBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php
OptionsWidgetBase::$column property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Abstract over the actual field columns.
OptionsWidgetBase::$has_value property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php
OptionsWidgetBase::$multiple property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Tracks whether the data is multi-valued.
OptionsWidgetBase::$options property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php The array of options for the widget.
OptionsWidgetBase::$required property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Tracks whether the field is required.
OptionsWidgetBase::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Returns the form for a single field widget.
OptionsWidgetBase::getEmptyLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Returns the empty option label to add to the list of options, if any.
OptionsWidgetBase::getOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Returns the array of options for the widget.
OptionsWidgetBase::getSelectedOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Determines selected options from the incoming field values.
OptionsWidgetBase::sanitizeLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Sanitizes a string label to display as an option.
OptionsWidgetBase::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Indicates whether the widgets support optgroups.
OptionsWidgetBase::validateElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Form validation handler for widget elements.
OptionsWidgetBase::__construct function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Constructs a WidgetBase object.
OptionsWidgetsTest class core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the Options widgets.
OptionsWidgetsTest.php file core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::$card1 property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php A field storage with cardinality 1 to use in this test class.
OptionsWidgetsTest::$card2 property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php A field storage with cardinality 2 to use in this test class.
OptionsWidgetsTest::$defaultTheme property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::$float property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php A field storage with float values to use in this test class.
OptionsWidgetsTest::$modules property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::setUp function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::testCheckBoxes function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testOptionsListAlter function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests hook_options_list_alter().
OptionsWidgetsTest::testRadioButtons function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListFloat function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (float values).
OptionsWidgetsTest::testSelectListMultiple function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListRequiredErrorAttribute function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the '#required_error' attribute for the select list.
OptionsWidgetsTest::testSelectListSingle function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (single select).
options_allowed_values function core/modules/options/options.module Returns the array of allowed values for a list field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.