Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
OptionsButtonsWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
OptionsButtonsWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php Returns the form for a single field widget.
OptionsButtonsWidget::getEmptyLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php Returns the empty option label to add to the list of options, if any.
OptionsDynamicValuesApiTest::testOptionsAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests options_allowed_values().
OptionsDynamicValuesTestBase::$fieldStorage property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The field storage.
OptionsFieldUIAllowedValuesTest::assertOrder function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Asserts the order of provided option list on admin path.
OptionsFieldUIAllowedValuesTest::providerTestOptionsAllowedValues function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Data provider for testOptionsAllowedValues().
OptionsFieldUIAllowedValuesTest::testOptionsAllowedValues function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Tests option types allowed values.
OptionsFieldUITest::testOptionsAllowedValuesFloat function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (float) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesInteger function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (integer) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesText function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (text) : test 'allowed values' input.
OptionsFieldUnitTestBase::$fieldStorage property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The list field storage used in the test.
OptionsFieldUnitTestBase::$fieldStorageDefinition property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field storage definition used to created the field storage.
OptionsHooks::fieldStorageConfigDelete function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdate function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdateForbid function core/modules/options/src/Hook/OptionsHooks.php Implements hook_field_storage_config_update_forbid().
OptionsListArgumentTest::testViewsTestOptionsListArgument function core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php Tests the options field argument.
OptionsListFilterTest::testViewsTestOptionsListFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter.
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter when grouped.
OptionsRequestSubscriberTest::providerTestOnRequestWithOptionsRequest function core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php
OptionsWidgetBase::getOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Returns the array of options for the widget.
OptionsWidgetsTest::testOptionsListAlter function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests hook_options_list_alter().
OptionsWidgetsTest::testRadioButtons function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_buttons' widget (single select).
OrderInterface::getOperation function core/lib/Drupal/Core/Hook/Order/OrderInterface.php Gets order operations specified by this object.
OriginatorSubscriber class core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Message subscriber which sets the from and sender headers.
OriginatorSubscriber.php file core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
OriginatorSubscriber::executeInEnvironment function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Invokes the given callback after switching the config language.
OriginatorSubscriber::getSiteAddress function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Returns the site email address.
OriginatorSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
OriginatorSubscriber::onMessage function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Sets the default from header and a sender header if necessary.
OriginatorSubscriber::removeRedundantSender function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Removes the Sender address if it is redundant.
OriginatorSubscriber::setDefaultFrom function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Sets the default from address.
OriginatorSubscriber::setDefaultSender function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Sets the default sender address.
OriginatorSubscriber::__construct function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
OriginatorSubscriberTest class core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Tests default originator subscriber.
OriginatorSubscriberTest.php file core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php
OriginatorSubscriberTest::$modules property core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Modules to install.
OriginatorSubscriberTest::setUp function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php
OriginatorSubscriberTest::testCustomEnvelope function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender can be customized using a custom envelope.
OriginatorSubscriberTest::testCustomEnvelopeSubscriber function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender can be customized using an event subscriber.
OriginatorSubscriberTest::testCustomEnvelopeSubscriberWithCustomMessageSender function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender can be customized using an event subscriber.
OriginatorSubscriberTest::testCustomEnvelopeWithCustomMessageSender function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender can be customized using a custom envelope.
OriginatorSubscriberTest::testCustomFrom function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the from address can be customized.
OriginatorSubscriberTest::testCustomFromSubscriber function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the from address can be customized.
OriginatorSubscriberTest::testCustomMessageSender function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the message sender is set to the site mail with custom from.
OriginatorSubscriberTest::testCustomMessageSenderSubscriber function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the message sender can be customized using an event subscriber.
OriginatorSubscriberTest::testDefaultEnvelopeSender function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender is set to the site mail address.
OriginatorSubscriberTest::testDefaultEnvelopeSenderWithCustomFrom function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the envelope sender is set to the site mail with custom from.
OriginatorSubscriberTest::testDefaultFrom function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the from address is set to the site mail address.
OriginatorSubscriberTest::testDefaultMessageSender function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that there is no message sender with default from address.

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