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
TestContextAwareNoValidContextOptionsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php Builds and returns the renderable array for this block plugin.
TestExample::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php Provide a form to edit options for this plugin.
TestExample::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php Information about options for all kinds of purposes will be held here.
TestFieldConstraint::getRequiredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestHelperPlugin::$definedOptions property core/modules/views/src/Tests/TestHelperPlugin.php Stores the defined options.
TestHelperPlugin::defineOptions function core/modules/views/src/Tests/TestHelperPlugin.php Information about options for all kinds of purposes will be held here.
TestHelperPlugin::setDefinedOptions function core/modules/views/src/Tests/TestHelperPlugin.php Allows to set the defined options.
TestItemWithPreconfiguredOptions class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Defines the 'test_field_with_preconfigured_options' entity field item.
TestItemWithPreconfiguredOptions.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
TestItemWithPreconfiguredOptions::getPreconfiguredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Returns preconfigured field options for a field type.
Text::buildOptionsForm function core/modules/views/src/Plugin/views/area/Text.php Provide a form to edit options for this plugin.
Text::defineOptions function core/modules/views/src/Plugin/views/area/Text.php Information about options for all kinds of purposes will be held here.
TextCustom::buildOptionsForm function core/modules/views/src/Plugin/views/area/TextCustom.php Provide a form to edit options for this plugin.
TextCustom::defineOptions function core/modules/views/src/Plugin/views/area/TextCustom.php Information about options for all kinds of purposes will be held here.
ThreeColumnLayout::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php Gets the width options for the configuration form.
Tid::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Provide the default form for setting options.
Tid::defineOptions function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Retrieve the options when this is a new access control plugin.
Tid::submitOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Provide the default form for submitting options.
Time::$usesOptions property core/modules/views/src/Plugin/views/cache/Time.php Denotes whether the plugin has an additional options form.
Time::buildOptionsForm function core/modules/views/src/Plugin/views/cache/Time.php Provide a form to edit options for this plugin.
Time::defineOptions function core/modules/views/src/Plugin/views/cache/Time.php Information about options for all kinds of purposes will be held here.
Time::validateOptionsForm function core/modules/views/src/Plugin/views/cache/Time.php Validate the options form.
TimeInterval::buildOptionsForm function core/modules/views/src/Plugin/views/field/TimeInterval.php Default option form that provides label widget that all fields should have.
TimeInterval::defineOptions function core/modules/views/src/Plugin/views/field/TimeInterval.php Information about options for all kinds of purposes will be held here.
TimestampAgoFormatterTest::$displayOptions property core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php An array of display options to pass to entity_get_display().
TimestampTest::$displayOptions property core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php An array of display options.
TimeZoneFormHelper::getOptionsList function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names.
TimeZoneFormHelper::getOptionsListByRegion function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names grouped by region.
Title::buildOptionsForm function core/modules/views/src/Plugin/views/area/Title.php Provide a form to edit options for this plugin.
Title::defineOptions function core/modules/views/src/Plugin/views/area/Title.php Information about options for all kinds of purposes will be held here.
TokenizeAreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Provide a form to edit options for this plugin.
TokenizeAreaPluginBase::defineOptions function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Information about options for all kinds of purposes will be held here.
ToolbarItemDependencyConstraint::getRequiredOptions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php
TranslatableMarkup::$options property core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php The translation options.
TranslatableMarkup::getOptions function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets all options from this translated string.
TranslatableStringFactory::createDomainOptions function core/modules/package_manager/src/TranslatableStringFactory.php
TreeConfigTargetForm::updateOptions function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Updates the options of a select list.
TwoColumnLayout::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/TwoColumnLayout.php Gets the width options for the configuration form.
UnformattedSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Provide a form to edit options for this plugin.
UnformattedSummary::defineOptions function core/modules/views/src/Plugin/views/style/UnformattedSummary.php Information about options for all kinds of purposes will be held here.
UniqueLabelInListConstraint::getRequiredOptions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/UniqueLabelInListConstraint.php
UnpackManager::$unpackOptions property composer/Plugin/RecipeUnpack/UnpackManager.php The unpack options.
UnpackOptions class composer/Plugin/RecipeUnpack/UnpackOptions.php Per-project options from the 'extras' section of the composer.json file.
UnpackOptions.php file composer/Plugin/RecipeUnpack/UnpackOptions.php
UnpackOptions::$options property composer/Plugin/RecipeUnpack/UnpackOptions.php The raw data from the 'extras' section of the top-level composer.json file.
UnpackOptions::create function composer/Plugin/RecipeUnpack/UnpackOptions.php Creates an unpack options object.
UnpackOptions::ID constant composer/Plugin/RecipeUnpack/UnpackOptions.php The ID of the extra section in the top-level composer.json file.
UnpackOptions::isIgnored function composer/Plugin/RecipeUnpack/UnpackOptions.php Checks if a package should be ignored.
UnpackOptions::__construct function composer/Plugin/RecipeUnpack/UnpackOptions.php
UnroutedUrlTest::testGetOptions function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getOptions() method.

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