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 main for to
  6. Other projects
Title Object type File name Summary
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.
OriginatorSubscriberTest::testDefaultMessageSenderWithCustomFrom function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the message sender is set to the site mail with custom from.
OriginatorSubscriberTest::testLocalizedDefaultFrom function core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php Ensure that the from address is set with the correct locale.
OverlapWithTopLevelDependenciesTest class core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Tests DrupalCoreRecommendedBuilder.
OverlapWithTopLevelDependenciesTest.php file core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php
OverlapWithTopLevelDependenciesTest::templateProjectPathProvider function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Provides data for testOverlapWithTemplateProject().
OverlapWithTopLevelDependenciesTest::testOverlapWithTemplateProject function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Tests top level and core-recommended dependencies do not overlap.
OverriddenConfigurationTest::assertOverriddenBlockDisabled function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Asserts that an overridden block has Settings Tray disabled.
OverriddenConfigurationTest::testOverriddenBlock function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests that blocks with configuration overrides are disabled.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests blocks with overridden related configuration removed when overridden.
OverrideDisplaysTest::testOverrideDisplays function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that displays can be overridden via the UI.

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