Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SvgSpriteExtractorTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php
SvgSpriteExtractorTest::testDiscoverIconsSvgSprite function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method.
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalid function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid svg.
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalidContent function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid content.
SwitchShortcutSet class core/modules/shortcut/src/Form/SwitchShortcutSet.php Builds the shortcut set switch form.
SwitchShortcutSet.php file core/modules/shortcut/src/Form/SwitchShortcutSet.php
SwitchShortcutSet::$shortcutSetStorage property core/modules/shortcut/src/Form/SwitchShortcutSet.php The shortcut set storage.
SwitchShortcutSet::$user property core/modules/shortcut/src/Form/SwitchShortcutSet.php The account the shortcut set is for.
SwitchShortcutSet::buildForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form constructor.
SwitchShortcutSet::checkAccess function core/modules/shortcut/src/Form/SwitchShortcutSet.php Checks access for the shortcut set switch form.
SwitchShortcutSet::create function core/modules/shortcut/src/Form/SwitchShortcutSet.php Instantiates a new instance of the implementing class using autowiring.
SwitchShortcutSet::exists function core/modules/shortcut/src/Form/SwitchShortcutSet.php Determines if a shortcut set exists already.
SwitchShortcutSet::getFormId function core/modules/shortcut/src/Form/SwitchShortcutSet.php Returns a unique string identifying the form.
SwitchShortcutSet::submitForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form submission handler.
SwitchShortcutSet::validateForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form validation handler.
SwitchShortcutSet::__construct function core/modules/shortcut/src/Form/SwitchShortcutSet.php Constructs a SwitchShortcutSet object.
SwitchToLiveForm class core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Provides a form that switches to the live version of the site.
SwitchToLiveForm.php file core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::$workspaceManager property core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php The workspace manager.
SwitchToLiveForm::create function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Instantiates a new instance of the implementing class using autowiring.
SwitchToLiveForm::getCancelUrl function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.
SwitchToLiveForm::getDescription function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SwitchToLiveForm::getFormId function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns a unique string identifying the form.
SwitchToLiveForm::getQuestion function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns the question to ask the user.
SwitchToLiveForm::submitForm function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Form submission handler.
SwitchToLiveForm::__construct function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Constructs a new SwitchToLiveForm.
SymfonyMailer class core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Defines an experimental mail backend, based on the Symfony mailer component.
SymfonyMailer.php file core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php
SymfonyMailer::create function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Creates an instance of the plugin.
SymfonyMailer::format function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Formats a message prior to sending.
SymfonyMailer::getMailer function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Returns a minimalistic Symfony mailer service.
SymfonyMailer::mail function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().
SymfonyMailer::MAILBOX_LIST_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php A list of headers that can contain multiple email addresses.
SymfonyMailer::SKIP_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php List of headers to skip copying from the message array.
SymfonyMailer::__construct function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Symfony mailer constructor.
SymfonyMailerTest class core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests Drupal\Core\Mail\Plugin\Mail\SymfonyMailer.
SymfonyMailerTest.php file core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php
SymfonyMailerTest::providerMail function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Data provider for testMail().
SymfonyMailerTest::testFormatResemblesHtml function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests that mixed plain text and html body is converted correctly.
SymfonyMailerTest::testMail function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests sending a mail with special characters in various fields.
Symfony\Component\Filesystem\Filesystem service core/modules/package_manager/package_manager.services.yml
Symfony\Component\Mailer\Mailer service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Messenger\MessageHandler service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\AbstractTransportFactory service core/modules/mailer/mailer.services.yml Abstract
Symfony\Component\Mailer\Transport\NativeTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\NullTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\SendmailTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\TransportInterface service core/modules/mailer/mailer.services.yml
Symfony\Component\Process\ExecutableFinder service core/modules/package_manager/package_manager.services.yml

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