Search for options

  1. Search 7.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
Serializer::defineOptions function core/modules/rest/src/Plugin/views/style/Serializer.php Information about options for all kinds of purposes will be held here.
Serializer::getFormatOptions function core/modules/rest/src/Plugin/views/style/Serializer.php Returns an array of format options.
Serializer::submitOptionsForm function core/modules/rest/src/Plugin/views/style/Serializer.php Handle any special handling on the validate form.
SerializerTest::testSerializerReceivesOptions function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php Tests that the symfony serializer receives style plugin from the render() method.
SessionConfiguration::$options property core/lib/Drupal/Core/Session/SessionConfiguration.php An associative array of session ini settings.
SessionConfiguration::getOptions function core/lib/Drupal/Core/Session/SessionConfiguration.php Returns a list of options suitable for passing to the session storage.
SessionConfigurationInterface::getOptions function core/lib/Drupal/Core/Session/SessionConfigurationInterface.php Returns a list of options suitable for passing to the session storage.
Some::buildOptionsForm function core/modules/views/src/Plugin/views/pager/Some.php Provide the default form for setting options.
Some::defineOptions function core/modules/views/src/Plugin/views/pager/Some.php Information about options for all kinds of purposes will be held here.
SortPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Basic options for all sort criteria.
SortPluginBase::defaultExposeOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide default options for exposed sorts.
SortPluginBase::defineOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Information about options for all kinds of purposes will be held here.
SortPluginBase::sortOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide a list of options for the default sort form.
SortPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple submit handler.
SortPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple validate handler.
Sql::buildOptionsForm function core/modules/views/src/Plugin/views/query/Sql.php Add settings for the ui.
Sql::defineOptions function core/modules/views/src/Plugin/views/query/Sql.php Information about options for all kinds of purposes will be held here.
Sql::submitOptionsForm function core/modules/views/src/Plugin/views/query/Sql.php Special submit handling.
SqlBase::buildOptionsForm function core/modules/views/src/Plugin/views/pager/SqlBase.php Provide the default form for setting options.
SqlBase::defineOptions function core/modules/views/src/Plugin/views/pager/SqlBase.php Information about options for all kinds of purposes will be held here.
SqlBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/SqlBase.php Provide the default form for validating options.
StatementPrefetch::$defaultFetchOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds supplementary default fetch options.
StatementPrefetch::$driverOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Driver-specific options. Can be used by child classes.
StatementPrefetch::$fetchOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds supplementary current fetch options (which will be used by the next fetch).
StaticTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Information about options for all kinds of purposes will be held here.
StatisticsLastCommentName::defineOptions function core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Information about options for all kinds of purposes will be held here.
Status::getValueOptions function core/modules/file/src/Plugin/views/filter/Status.php Gets the value options.
StringArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/StringArgument.php Provide a form to edit options for this plugin.
StringArgument::defineOptions function core/modules/views/src/Plugin/views/argument/StringArgument.php Information about options for all kinds of purposes will be held here.
StringDatabaseStorage::$options property core/modules/locale/src/StringDatabaseStorage.php Additional database connection options to use in queries.
StringFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Provide default options for exposed filters.
StringFilter::defineOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Information about options for all kinds of purposes will be held here.
StringFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Build strings from the operators() for 'select' options.
StringListField::buildOptionsForm function core/modules/options/src/Plugin/views/argument/StringListField.php Provide a form to edit options for this plugin.
StringListField::defineOptions function core/modules/options/src/Plugin/views/argument/StringListField.php Information about options for all kinds of purposes will be held here.
StylePluginBase::$usesOptions property core/modules/views/src/Plugin/views/style/StylePluginBase.php Denotes whether the plugin has an additional options form.
StylePluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Provide a form to edit options for this plugin.
StylePluginBase::defineOptions function core/modules/views/src/Plugin/views/style/StylePluginBase.php Information about options for all kinds of purposes will be held here.
StylePluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Validate the options form.
StyleTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Provide a form to edit options for this plugin.
StyleTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Information about options for all kinds of purposes will be held here.
Table::buildOptionsForm function core/modules/views/src/Plugin/views/style/Table.php Render the given style.
Table::defineOptions function core/modules/views/src/Plugin/views/style/Table.php Information about options for all kinds of purposes will be held here.
Tasks::getFormOptions function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Install/Tasks.php Returns driver specific configuration options.
TaxonomyIndexTid::buildExtraOptionsForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Provide a form for setting options.
TaxonomyIndexTid::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Provide "link to term" option.
TaxonomyIndexTid::defineOptions function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Information about options for all kinds of purposes will be held here.

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