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
Node::defaultDisplayOptions function core/modules/node/src/Plugin/views/wizard/Node.php Assembles the default display options for the view.
Node::defineOptions function core/modules/node/src/Plugin/views/field/Node.php Information about options for all kinds of purposes will be held here.
Node::display_options_row function core/modules/node/src/Plugin/views/wizard/Node.php Set the row style and row style plugins to the display_options.
Node::pageDisplayOptions function core/modules/node/src/Plugin/views/wizard/Node.php Retrieves the page display options.
Node::rowStyleOptions function core/modules/node/src/Plugin/views/wizard/Node.php Retrieves row style plugin names.
NodeComment::getValueOptions function core/modules/comment/src/Plugin/views/filter/NodeComment.php Gets the value options.
NodeNewComments::buildOptionsForm function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Default option form that provides label widget that all fields should have.
NodeNewComments::defineOptions function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Information about options for all kinds of purposes will be held here.
NodeRevision::buildDisplayOptions function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Builds an array of display options for the view.
NodeRevision::defaultDisplayOptions function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Assembles the default display options for the view.
NodeRevision::rowStyleOptions function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions().
NodeRow::defineOptions function core/modules/node/src/Plugin/views/row/NodeRow.php Information about options for all kinds of purposes will be held here.
NodeTermData::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php Provide a form to edit options for this plugin.
NodeTermData::defineOptions function core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php Information about options for all kinds of purposes will be held here.
NodeTermData::submitOptionsForm function core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php Handle any special handling on the validate form.
None::buildOptionsForm function core/modules/views/src/Plugin/views/pager/None.php Provide the default form for setting options.
None::defineOptions function core/modules/views/src/Plugin/views/pager/None.php Information about options for all kinds of purposes will be held here.
NullArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NullArgument.php Provide a form to edit options for this plugin.
NullArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NullArgument.php Information about options for all kinds of purposes will be held here.
NumberListField::buildOptionsForm function core/modules/options/src/Plugin/views/argument/NumberListField.php Provide a form to edit options for this plugin.
NumberListField::defineOptions function core/modules/options/src/Plugin/views/argument/NumberListField.php Information about options for all kinds of purposes will be held here.
NumericArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NumericArgument.php Provide a form to edit options for this plugin.
NumericArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NumericArgument.php Information about options for all kinds of purposes will be held here.
NumericField::buildOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Default option form that provides label widget that all fields should have.
NumericField::defineOptions function core/modules/views/src/Plugin/views/field/NumericField.php Information about options for all kinds of purposes will be held here.
NumericField::submitOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Performs some cleanup tasks on the options array before saving it.
NumericFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide default options for exposed filters.
NumericFilter::defineOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Information about options for all kinds of purposes will be held here.
NumericFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide a list of all the numeric operators.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs.
OpenDialogCommand::getDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Returns the dialog options.
OpenDialogCommand::setDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog options array.
OpmlFields::buildOptionsForm function core/modules/views/src/Plugin/views/row/OpmlFields.php Provide a form for setting options.
OpmlFields::defineOptions function core/modules/views/src/Plugin/views/row/OpmlFields.php Information about options for all kinds of purposes will be held here.
OptGroup::doFlattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Iterates over an array building a flat array with duplicate keys removed.
OptGroup::flattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Allows PHP array processing of multiple select options with the same value.
OptGroupTest::providerTestFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Provides test data for the flattenOptions() method.
OptGroupTest::testFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Tests the flattenOptions() method.
options.api.php file core/modules/options/options.api.php Hooks provided by the Options module.
options.field_type_categories.yml file core/modules/options/options.field_type_categories.yml core/modules/options/options.field_type_categories.yml
options.icon.theme.css file core/modules/options/css/options.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-selection_list {
background-image: url("data:image/svg+xml,%3csvg height='36'…
options.icon.theme.pcss.css file core/modules/options/css/options.icon.theme.pcss.css .field-icon-selection_list {
background-image: url(../../../misc/icons/55565b/selection_list.svg);
}
options.info.yml file core/modules/options/options.info.yml core/modules/options/options.info.yml
options.libraries.yml file core/modules/options/options.libraries.yml core/modules/options/options.libraries.yml
options.migrate_drupal.yml file core/modules/options/migrations/state/options.migrate_drupal.yml core/modules/options/migrations/state/options.migrate_drupal.yml
options.module file core/modules/options/options.module Defines selection, check box and radio button widgets for text and numeric fields.
options.schema.yml file core/modules/options/config/schema/options.schema.yml core/modules/options/config/schema/options.schema.yml
options.views.inc file core/modules/options/options.views.inc Provide Views data for options.module.
OptionsButtonsWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php Plugin implementation of the 'options_buttons' widget.
OptionsButtonsWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php

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