Search for options

  1. Search 9.5.x for options
  2. Search 8.9.x for options
  3. Search 10.3.x for options
  4. Search 11.x for options
  5. Other projects
Title Object type File name Summary
DatabaseConnection::$connectionOptions property includes/database/database.inc The connection information for this connection object.
DatabaseConnection::defaultOptions function includes/database/database.inc Returns the default query options for any given query.
DatabaseConnection::getConnectionOptions function includes/database/database.inc Returns the connection information for this connection object.
DatabaseConnectionTestCase::testConnectionOptions function modules/simpletest/tests/database_test.test Tests the connection options of the active database.
DatabaseStatementPrefetch::$defaultFetchOptions property includes/database/prefetch.inc Holds supplementary default fetch options.
DatabaseStatementPrefetch::$driverOptions property includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
DatabaseStatementPrefetch::$fetchOptions property includes/database/prefetch.inc Holds supplementary current fetch options (which will be used by the next fetch).
DatabaseTasks::getFormOptions function includes/install.inc Return driver specific configuration options.
DatabaseTasks_sqlite::getFormOptions function includes/database/sqlite/install.inc Return driver specific configuration options.
DrupalWebTestCase::$additionalCurlOptions property modules/simpletest/drupal_web_test_case.php Additional cURL options.
DrupalWebTestCase::assertNoOptionSelected function modules/simpletest/drupal_web_test_case.php Asserts that a select option in the current page is not checked.
DrupalWebTestCase::assertOptionSelected function modules/simpletest/drupal_web_test_case.php Asserts that a select option in the current page is checked.
DrupalWebTestCase::getAllOptions function modules/simpletest/drupal_web_test_case.php Get all option elements, including nested options, in a select.
field_ui_existing_field_options function modules/field_ui/field_ui.admin.inc Returns an array of existing fields to be added to a bundle.
field_ui_field_type_options function modules/field_ui/field_ui.admin.inc Returns an array of field_type options.
field_ui_formatter_options function modules/field_ui/field_ui.admin.inc Returns an array of formatter options for a field type.
field_ui_widget_type_options function modules/field_ui/field_ui.admin.inc Returns an array of widget type options for a field type.
FormElementTestCase::testOptions function modules/simpletest/tests/form.test Tests expansion of #options for #type checkboxes and radios.
form_get_options function includes/form.inc Returns the indexes of a select element's options matching a given key.
form_options_flatten function includes/form.inc Allows PHP array processing of multiple select options with the same value.
form_select_options function includes/form.inc Converts an array of options into HTML, for use in select list form elements.
hook_options_list function modules/field/modules/options/options.api.php Returns the list of options to be displayed for a field.
image_style_options function modules/image/image.module Gets an array of image styles suitable for using as select list options.
Language negotiation options group includes/locale.inc Functions for language negotiation.
list_options_list function modules/field/modules/list/list.module Implements hook_options_list().
MenuRouterTestCase::testMenuLinkOptions function modules/simpletest/tests/menu.test Test menu link 'options' storage and rendering.
menu_parent_options function modules/menu/menu.module Return a list of menu items that are valid possible parents for the given menu item.
menu_parent_options_js function modules/menu/menu.module Page callback.
Get all the available menus and menu items as a JavaScript array.
MultiStepNodeFormBasicOptionsTest class modules/node/node.test Tests basic options of multi-step node forms.
MultiStepNodeFormBasicOptionsTest::getInfo function modules/node/node.test
MultiStepNodeFormBasicOptionsTest::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions function modules/node/node.test Tests changing the default values of basic options to ensure they persist.
options.api.php file modules/field/modules/options/options.api.php Hooks provided by the Options module.
options.info file modules/field/modules/options/options.info name = Options
description = Defines selection, check box and radio button widgets for text and numeric fields.
package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = options.test
options.module file modules/field/modules/options/options.module Defines selection, check box and radio button widgets for text and numeric fields.
options.test file modules/field/modules/options/options.test Tests for options.module.
OptionsSelectDynamicValuesTestCase class modules/field/modules/options/options.test Test an options select on a list field with a dynamic allowed values function.
OptionsSelectDynamicValuesTestCase::getInfo function modules/field/modules/options/options.test
OptionsSelectDynamicValuesTestCase::testSelectListDynamic function modules/field/modules/options/options.test Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase class modules/field/modules/options/options.test @file
Tests for options.module.
OptionsWidgetsTestCase::$bool property modules/field/modules/options/options.test
OptionsWidgetsTestCase::$card_1 property modules/field/modules/options/options.test
OptionsWidgetsTestCase::$card_2 property modules/field/modules/options/options.test
OptionsWidgetsTestCase::$web_user property modules/field/modules/options/options.test
OptionsWidgetsTestCase::getInfo function modules/field/modules/options/options.test
OptionsWidgetsTestCase::setUp function modules/field/modules/options/options.test Set the default field storage backend for fields created during tests.
OptionsWidgetsTestCase::testCheckBoxes function modules/field/modules/options/options.test Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox function modules/field/modules/options/options.test Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons function modules/field/modules/options/options.test Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple function modules/field/modules/options/options.test Tests the 'options_select' widget (multiple select).

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