Search for options
- Search 7.x for options
- Search 9.5.x for options
- Search 10.3.x for options
- Search 11.x for options
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NullArgument::buildOptionsForm | function | core/ |
Override buildOptionsForm() so that only the relevant options are displayed to the user. |
NullArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumberListField::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NumberListField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NumericArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericField::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
NumericField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericField::submitOptionsForm | function | core/ |
Performs some cleanup tasks on the options array before saving it. |
NumericFilter::defaultExposeOptions | function | core/ |
Provide default options for exposed filters. |
NumericFilter::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericFilter::operatorOptions | function | core/ |
Provide a list of all the numeric operators |
OpenDialogCommand::$dialogOptions | property | core/ |
Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog. |
OpenDialogCommand::getDialogOptions | function | core/ |
Returns the dialog options. |
OpenDialogCommand::setDialogOptions | function | core/ |
Sets the dialog options array. |
OpmlFields::buildOptionsForm | function | core/ |
Provide a form for setting options. |
OpmlFields::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
OptGroup::doFlattenOptions | function | core/ |
Iterates over an array building a flat array with duplicate keys removed. |
OptGroup::flattenOptions | function | core/ |
Allows PHP array processing of multiple select options with the same value. |
OptGroupTest::providerTestFlattenOptions | function | core/ |
Provides test data for the flattenOptions() method. |
OptGroupTest::testFlattenOptions | function | core/ |
Tests the flattenOptions() method. |
options.api.php | file | core/ |
Hooks provided by the Options module. |
options.info.yml | file | core/ |
core/modules/options/options.info.yml |
options.migrate_drupal.yml | file | core/ |
core/modules/options/migrations/state/options.migrate_drupal.yml |
options.module | file | core/ |
Defines selection, check box and radio button widgets for text and numeric fields. |
options.schema.yml | file | core/ |
core/modules/options/config/schema/options.schema.yml |
options.views.inc | file | core/ |
Provide Views data for options.module. |
OptionsButtonsWidget | class | core/ |
Plugin implementation of the 'options_buttons' widget. |
OptionsButtonsWidget.php | file | core/ |
|
OptionsButtonsWidget::formElement | function | core/ |
Returns the form for a single field widget. |
OptionsButtonsWidget::getEmptyLabel | function | core/ |
Returns the empty option label to add to the list of options, if any. |
OptionsDefaultFormatter | class | core/ |
Plugin implementation of the 'list_default' formatter. |
OptionsDefaultFormatter.php | file | core/ |
|
OptionsDefaultFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
OptionsDynamicValuesApiTest | class | core/ |
Tests the options allowed values api. |
OptionsDynamicValuesApiTest.php | file | core/ |
|
OptionsDynamicValuesApiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
OptionsDynamicValuesApiTest::testOptionsAllowedValues | function | core/ |
Tests options_allowed_values(). |
OptionsDynamicValuesTestBase | class | core/ |
Base class for testing allowed values of options fields. |
OptionsDynamicValuesTestBase.php | file | core/ |
|
OptionsDynamicValuesTestBase::$entity | property | core/ |
The created entity. |
OptionsDynamicValuesTestBase::$fieldStorage | property | core/ |
The field storage. |
OptionsDynamicValuesTestBase::$modules | property | core/ |
Modules to enable. |
OptionsDynamicValuesTestBase::setUp | function | core/ |
|
OptionsDynamicValuesValidationTest | class | core/ |
Tests the Options field allowed values function. |
OptionsDynamicValuesValidationTest.php | file | core/ |
|
OptionsDynamicValuesValidationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
OptionsDynamicValuesValidationTest::testDynamicAllowedValues | function | core/ |
Test that allowed values function gets the entity. |
OptionsField | class | core/ |
Plugin annotation @MigrateField( id = "options", core = {7}, source_module = "options", destination_module = "options" ) |
OptionsField.php | file | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.