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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SvgIconBuilder::$width property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The width of the SVG.
SvgIconBuilder::build function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG based on an icon map.
SvgIconBuilder::buildRenderArray function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG.
SvgIconBuilder::calculateSvgValues function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Calculates the dimensions and offsets of all regions.
SvgIconBuilder::getLength function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Gets the height or width of a region.
SvgIconBuilder::getOffset function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Gets the offset for this region.
SvgIconBuilder::setHeight function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the height.
SvgIconBuilder::setId function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the ID.
SvgIconBuilder::setLabel function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the label.
SvgIconBuilder::setPadding function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the padding.
SvgIconBuilder::setStrokeWidth function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the stroke width.
SvgIconBuilder::setWidth function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the width.
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 this class.
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/src/Form/SwitchToLiveForm.php Provides a form that switches to the live version of the site.
SwitchToLiveForm.php file core/modules/workspaces/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::$workspaceManager property core/modules/workspaces/src/Form/SwitchToLiveForm.php The workspace manager.
SwitchToLiveForm::create function core/modules/workspaces/src/Form/SwitchToLiveForm.php Instantiates a new instance of this class.
SwitchToLiveForm::getCancelUrl function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.
SwitchToLiveForm::getDescription function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SwitchToLiveForm::getFormId function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns a unique string identifying the form.
SwitchToLiveForm::getQuestion function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the question to ask the user.
SwitchToLiveForm::submitForm function core/modules/workspaces/src/Form/SwitchToLiveForm.php Form submission handler.
SwitchToLiveForm::__construct function core/modules/workspaces/src/Form/SwitchToLiveForm.php Constructs a new SwitchToLiveForm.
SymfonyInheritedEvent class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
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 @coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\SymfonyMailer[[api-linebreak]]
@group Mail
SymfonyMailerTest.php file core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php
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 using a From address with a comma in it.
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

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