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
SupportedReleaseValidator::__construct function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidatorTest class core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests Drupal\package_manager\Validator\SupportedReleaseValidator.
SupportedReleaseValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::providerException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Data provider for testException().
SupportedReleaseValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::testException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests exceptions when updating to unsupported or insecure releases.
SvgExtractor class core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php Plugin implementation of the icon_extractor.
SvgExtractor.php file core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php
SvgExtractor::discoverIcons function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php Get a list of all the icons discovered by this extractor.
SvgExtractor::extractSvg function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php Extract svg values, simply exclude parent <svg>.
SvgExtractor::loadIcon function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php Load an icon object.
SvgExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Tests Drupal\Core\Theme\Plugin\IconExtractor\SvgExtractor.
SvgExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php
SvgExtractorTest::$iconFinder property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php The IconFinder instance.
SvgExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php This test plugin id (icon pack id).
SvgExtractorTest::$svgExtractorPlugin property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php The SvgExtractor instance.
SvgExtractorTest::providerDiscoverIconsSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Data provider for ::testDiscoverIconsSvg().
SvgExtractorTest::providerLoadIconSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Data provider for ::testLoadIconSvg().
SvgExtractorTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php
SvgExtractorTest::testDiscoverIconsRemoteIgnored function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::discoverIcons() method with remote svg.
SvgExtractorTest::testDiscoverIconsSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::discoverIcons() method.
SvgExtractorTest::testLoadIconSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::loadIcon() method.
SvgExtractorTest::testLoadIconSvgInvalid function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::loadIcon() method with invalid svg.
SvgIconBuilder::getOffset function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Gets the offset for this region.
SvgSpriteExtractor class core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgSpriteExtractor.php Plugin implementation of the icon_extractor.
SvgSpriteExtractor.php file core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgSpriteExtractor.php
SvgSpriteExtractor::discoverIcons function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgSpriteExtractor.php Get a list of all the icons discovered by this extractor.
SvgSpriteExtractor::extractIdsFromSymbols function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgSpriteExtractor.php Extract icon ID from SVG symbols.
SvgSpriteExtractor::extractIdsFromXml function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgSpriteExtractor.php Extract icon ID from XML.
SvgSpriteExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Tests Drupal\Core\Theme\Plugin\IconExtractor\SvgSpriteExtractor.
SvgSpriteExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php
SvgSpriteExtractorTest::$iconFinder property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php The IconFinder instance.
SvgSpriteExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php This test plugin id (icon pack id).
SvgSpriteExtractorTest::$svgSpriteExtractorPlugin property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php The SvgSpriteExtractor instance.
SvgSpriteExtractorTest::providerDiscoverIconsSvgSprite function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Data provider for ::testDiscoverIconsSvgSprite().
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::$shortcutSetStorage property core/modules/shortcut/src/Form/SwitchShortcutSet.php The shortcut set storage.
SwitchToLiveForm class core/modules/workspaces/src/Form/SwitchToLiveForm.php Provides a form that switches to the live version of the site.
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.php file core/modules/workspaces/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::$workspaceManager property core/modules/workspaces/src/Form/SwitchToLiveForm.php The workspace manager.
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::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::getCancelUrl function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.

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