Search for options

  1. Search 7.x for options
  2. Search 9.5.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
DatabaseLegacyTest::testDbOptionsTargetInSelect function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the $options 'target' key in Select.
DatabaseStorage::$options property core/lib/Drupal/Core/Config/DatabaseStorage.php Additional database connection options to use in queries.
DataEntityRow::$usesOptions property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Denotes whether the plugin has an additional options form.
DataFieldRow::$rawOutputOptions property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of options to determine if the raw field output is used.
DataFieldRow::buildOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Provide a form for setting options.
DataFieldRow::defineOptions function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Information about options for all kinds of purposes will be held here.
DataFieldRow::extractFromOptionsArray function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Extracts a set of option values from a nested options array.
DataFieldRow::validateOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Validate the options form.
Date::buildOptionsForm function core/modules/views/src/Plugin/views/field/Date.php Default options form that provides the label widget that all fields
should have.
Date::buildOptionsForm function core/modules/views/src/Plugin/views/sort/Date.php Basic options for all sort criteria
Date::defineOptions function core/modules/views/src/Plugin/views/filter/Date.php Information about options for all kinds of purposes will be held here.
Date::defineOptions function core/modules/views/src/Plugin/views/field/Date.php Information about options for all kinds of purposes will be held here.
Date::defineOptions function core/modules/views/src/Plugin/views/sort/Date.php Information about options for all kinds of purposes will be held here.
Date::validateOptionsForm function core/modules/views/src/Plugin/views/filter/Date.php Simple validate handler
DateTestBase::$displayOptions property core/modules/datetime/tests/src/Functional/DateTestBase.php An array of display options.
DateTestBase::$displayOptions property core/modules/datetime/src/Tests/DateTestBase.php An array of display options.
DateTimeTimeAgoFormatterTest::$displayOptions property core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php An array of field formatter display options.
DblogMessage::buildOptionsForm function core/modules/dblog/src/Plugin/views/field/DblogMessage.php Default options form that provides the label widget that all fields
should have.
DblogMessage::defineOptions function core/modules/dblog/src/Plugin/views/field/DblogMessage.php Information about options for all kinds of purposes will be held here.
DblogTypes::getValueOptions function core/modules/dblog/src/Plugin/views/filter/DblogTypes.php Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values.
DefaultSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/DefaultSummary.php Provide a form to edit options for this plugin.
DefaultSummary::defineOptions function core/modules/views/src/Plugin/views/style/DefaultSummary.php Information about options for all kinds of purposes will be held here.
DisplayApiTest::$displayOptions property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field display options to use in this test.
DisplayExtenderPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderPluginBase::defineOptionsAlter function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide the default summary for options in the views UI.
DisplayExtenderPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Handle any special handling on the validate form.
DisplayExtenderPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Validate the options form.
DisplayExtenderTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide a form to edit options for this plugin.
DisplayExtenderTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Information about options for all kinds of purposes will be held here.
DisplayExtenderTest::optionsSummary function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide the default summary for options in the views UI.
DisplayExtenderTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Handle any special handling on the validate form.
DisplayKernelTest::testDefaultOptions function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the default display options.
DisplayLink::buildOptionsForm function core/modules/views/src/Plugin/views/area/DisplayLink.php Provide a form to edit options for this plugin.
DisplayLink::defineOptions function core/modules/views/src/Plugin/views/area/DisplayLink.php Information about options for all kinds of purposes will be held here.
DisplayLink::hasEqualOptions function core/modules/views/src/Plugin/views/area/DisplayLink.php Check if the options of a views display are equal to the current display.
DisplayPathTest::testMenuOptions function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the menu and tab option form.
DisplayPluginBase::$unpackOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Static cache for unpackOptions, but not if we are in the UI.
DisplayPluginBase::$usesOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Denotes whether the plugin has an additional options form.
DisplayPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provide a form to edit options for this plugin.
DisplayPluginBase::buildRenderingLanguageOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the available rendering strategies for language-aware entities.
DisplayPluginBase::defineOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Information about options for all kinds of purposes will be held here.
DisplayPluginBase::optionsOverride function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php If override/revert was clicked, perform the proper toggle.
DisplayPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides the default summary for options in the views UI.
DisplayPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Handle any special handling on the validate form.
DisplayPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate the options form.
DisplayPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default form for setting options.
DisplayPluginInterface::optionsOverride function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php If override/revert was clicked, perform the proper toggle.
DisplayPluginInterface::optionsSummary function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default summary for options in the views UI.
DisplayPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Performs any necessary changes to the form values prior to storage.

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