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
SwitchToLiveForm::getQuestion function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::submitForm function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
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
SymfonyMailer::format function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php
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
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
SymlinkValidator class core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if unsupported symbolic links are detected.
SymlinkValidator.php file core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidator::validate function core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if the project root or stage directory contain symbolic links.
SymlinkValidator::__construct function core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidatorTest class core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests Symlink Validator.
SymlinkValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
SymlinkValidatorTest::testAbsoluteSymlinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks with absolute paths are not supported.
SymlinkValidatorTest::testHardLinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that hard links are not supported.
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the project root.
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the stage directory.
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks are not supported on Windows, even if they're safe.
SymlinkValidatorTest::testSymlinksWithinSamePackage function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks within the same package are supported.
SymlinkValidatorTest::testSymlinkToDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests what happens when there is a symlink to a directory.
SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that unsupported links are excluded if they're under excluded paths.
SynchronizableEntityTrait trait core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Provides a trait for accessing synchronization information.
SynchronizableEntityTrait.php file core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::$isSyncing property core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Is entity being created updated or deleted through synchronization process.
SynchronizableEntityTrait::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableInterface interface core/lib/Drupal/Core/Entity/SynchronizableInterface.php Defines methods for an entity that supports synchronization.
SynchronizableInterface.php file core/lib/Drupal/Core/Entity/SynchronizableInterface.php
SynchronizableInterface::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Returns whether this entity is being changed as part of a synchronization.
SynchronizableInterface::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Sets the status of the synchronization flag.

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