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
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.
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 enable.
QueryOptionsTest::$testViews property core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Views used by this test.
QueryOptionsTest::testStoreQuerySettingsOverride function core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Test that query overrides are stored.
QueryParameter::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php Provide the default form for setting options.
QueryParameter::defineOptions function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php Retrieve the options when this is a new access control plugin.
QueryPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Handle any special handling on the validate form.
QueryPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Validate the options form.
QueryTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Provide a form to edit options for this plugin.
QueryTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Information about options for all kinds of purposes will be held here.
QuickEditLoadingTest::testDisplayOptions function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests rendering of fields with editable display options.
QuickEditLoadingTest::testDisplayOptions function core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php Tests that fields rendered with display options are not editable.
Random::buildOptionsForm function core/modules/views/src/Plugin/views/sort/Random.php Basic options for all sort criteria.
Raw::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/Raw.php Provide the default form for setting options.
Raw::defineOptions function core/modules/views/src/Plugin/views/argument_default/Raw.php Retrieve the options when this is a new access control plugin.
RelationshipPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provide a form to edit options for this plugin.
RelationshipPluginBase::defineOptions function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Information about options for all kinds of purposes will be held here.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php Default option form that provides label widget that all fields should have.
RenderedEntity::defineOptions function core/modules/views/src/Plugin/views/field/RenderedEntity.php Information about options for all kinds of purposes will be held here.
RenderElementTest::testPreRenderAjaxFormWithQueryOptions function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::preRenderAjaxForm
ResourceTestBase::getAuthenticationRequestOptions function core/modules/rest/tests/src/Functional/ResourceTestBase.php Returns Guzzle request options for authentication.
ResourceTestBase::getAuthenticationRequestOptions function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Returns Guzzle request options for authentication.
RestExport::$usesOptions property core/modules/rest/src/Plugin/views/display/RestExport.php Denotes whether the plugin has an additional options form.
RestExport::buildOptionsForm function core/modules/rest/src/Plugin/views/display/RestExport.php Provide a form to edit options for this plugin.
RestExport::defineOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
RestExport::getAuthOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the auth options available.
RestExport::getFormatOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Returns an array of format options.
RestExport::optionsSummary function core/modules/rest/src/Plugin/views/display/RestExport.php Provides the default summary for options in the views UI.
RestExport::submitOptionsForm function core/modules/rest/src/Plugin/views/display/RestExport.php Handle any special handling on the validate form.
RestExportAuthTest::testAuthProvidersOptions function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Checks that correct authentication providers are available for choosing.

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