Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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
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.
OtherModuleInstalledHooks class core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleInstalledHooks.php Hook implementations for respond_install_uninstall_hook_test.
OtherModuleInstalledHooks.php file core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleInstalledHooks.php
OtherModuleInstalledHooks::modulePreinstall function core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleInstalledHooks.php Implements hook_module_preinstall().
OtherModuleInstalledHooks::modulesInstalled function core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleInstalledHooks.php Implements hook_modules_installed().
OtherModuleUninstalledHooks class core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php Hook implementations for respond_install_uninstall_hook_test.
OtherModuleUninstalledHooks.php file core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php
OtherModuleUninstalledHooks::cacheFlush function core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php Implements hook_cache_flush().
OtherModuleUninstalledHooks::modulePreuninstall function core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php Implements hook_module_preuninstall().
OtherModuleUninstalledHooks::modulesUninstall function core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php Implements hook_modules_uninstalled().
OutboundPathProcessorInterface interface core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Defines an interface for classes that process the outbound path.
OutboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php
OutboundPathProcessorInterface::processOutbound function core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Processes the outbound path.
OutboundRouteProcessorInterface interface core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Defines an interface for classes that process the outbound route.
OutboundRouteProcessorInterface.php file core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
OutboundRouteProcessorInterface::processOutbound function core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Processes the outbound route.
outbound_processing_test.info.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
outbound_processing_test.routing.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml
OutputStrategyInterface interface core/lib/Drupal/Component/Render/OutputStrategyInterface.php Provides an output strategy that formats HTML strings for a given context.
OutputStrategyInterface.php file core/lib/Drupal/Component/Render/OutputStrategyInterface.php
OutputStrategyInterface::renderFromHtml function core/lib/Drupal/Component/Render/OutputStrategyInterface.php Transforms a given HTML string into to a context-appropriate output string.
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.
OverriddenConfigImportTest class core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Tests importing of config with language overrides.
OverriddenConfigImportTest.php file core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
OverriddenConfigImportTest::$modules property core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Modules to install.
OverriddenConfigImportTest::setUp function core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
OverriddenConfigImportTest::testConfigImportUpdates function core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Tests importing overridden config alongside config in the default language.

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