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
Page::defineOptions function core/modules/views/src/Plugin/views/display/Page.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
Page::optionsSummary function core/modules/views/src/Plugin/views/display/Page.php Provides the default summary for options in the views UI.
Page::submitOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Handle any special handling on the validate form.
Page::validateOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Validate the options form.
PagerPluginBase::$headingOptions property core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Options available for setting pagination headers.
PagerPluginBase::$usesOptions property core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Denotes whether the plugin has an additional options form.
PagerPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for submitting options.
PagerPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for validating options.
PathPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Provide a form to edit options for this plugin.
PathPluginBase::defineOptions function core/modules/views/src/Plugin/views/display/PathPluginBase.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
PathPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display/PathPluginBase.php Provides the default summary for options in the views UI.
PathPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Handle any special handling on the validate form.
PathPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Validate the options form.
Permission::$usesOptions property core/modules/user/src/Plugin/views/access/Permission.php Denotes whether the plugin has an additional options form.
Permission::buildOptionsForm function core/modules/user/src/Plugin/views/access/Permission.php Provide a form to edit options for this plugin.
Permission::defineOptions function core/modules/user/src/Plugin/views/access/Permission.php Information about options for all kinds of purposes will be held here.
Permissions::getValueOptions function core/modules/user/src/Plugin/views/filter/Permissions.php Gets the value options.
PhpTuf\ComposerStager\API\Translation\Service\DomainOptionsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\DomainOptions
PhpTuf\ComposerStager\API\Translation\Service\LocaleOptionsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\LocaleOptions
PluginBase::$options property core/modules/views/src/Plugin/views/PluginBase.php Options for this plugin will be held here.
PluginBase::$usesOptions property core/modules/views/src/Plugin/views/PluginBase.php Denotes whether the plugin has an additional options form.
PluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Provide a form to edit options for this plugin.
PluginBase::defineOptions function core/modules/views/src/Plugin/views/PluginBase.php Information about options for all kinds of purposes will be held here.
PluginBase::doFilterByDefinedOptions function core/modules/views/src/Plugin/views/PluginBase.php Do the work to filter out stored options depending on the defined options.
PluginBase::filterByDefinedOptions function core/modules/views/src/Plugin/views/PluginBase.php Filter out stored options depending on the defined options.
PluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Handle any special handling on the validate form.
PluginBase::unpackOptions function core/modules/views/src/Plugin/views/PluginBase.php Unpacks options over our existing defaults.
PluginBase::usesOptions function core/modules/views/src/Plugin/views/PluginBase.php Returns the usesOptions property.
PluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Validate the options form.
PluginBaseTest::providerTestFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().
PluginBaseTest::testFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php @dataProvider providerTestFilterByDefinedOptions
@covers ::filterByDefinedOptions
PluginBaseTest::testUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the unpackOptions method.
PluginExistsConstraint::getRequiredOptions function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
PoDatabaseReader::$options property core/modules/locale/src/PoDatabaseReader.php An associative array indicating which type of strings should be read.
PoDatabaseReader::getOptions function core/modules/locale/src/PoDatabaseReader.php Get the options used by the reader.
PoDatabaseReader::setOptions function core/modules/locale/src/PoDatabaseReader.php Set the options for the current reader.
PoDatabaseWriter::$options property core/modules/locale/src/PoDatabaseWriter.php An associative array indicating what data should be overwritten, if any.
PoDatabaseWriter::getOptions function core/modules/locale/src/PoDatabaseWriter.php Get the options used by the writer.
PoDatabaseWriter::setOptions function core/modules/locale/src/PoDatabaseWriter.php Set the options for the current writer.
PreconfiguredFieldUiOptionsInterface interface core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Defines an interface for exposing "preconfigured" field definitions.
PreconfiguredFieldUiOptionsInterface.php file core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Returns preconfigured field options for a field type.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default option form that provides label widget that all fields should have.
PrerenderList::defineOptions function core/modules/views/src/Plugin/views/field/PrerenderList.php Information about options for all kinds of purposes will be held here.
Query::$queryOptions property core/lib/Drupal/Core/Database/Query/Query.php The query options to pass on to the connection object.
QueryOptionsTest class core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Tests setting the query options.
QueryOptionsTest.php file core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php
QueryOptionsTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php The theme to install as the default for testing.
QueryOptionsTest::$modules property core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Modules to install.

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