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. Other projects
Title Object type File name Summary
StyleTestBase::storeViewPreview function core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php Stores a view output in the elements.
SupernovaGenerator class core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php Implements a URL generator which always thrown an exception.
SupernovaGenerator.php file core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
SupernovaGenerator::generate function core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
SupernovaGenerator::generateFromRoute function core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php Generates a URL or path for a specific route based on the given parameters.
SupernovaGenerator::getContext function core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
SupernovaGenerator::getPathFromRoute function core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php Gets the internal path (system path) for a route.
SupernovaGenerator::setContext function core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
SupportAwareSectionStorageInterface interface core/modules/layout_builder/src/SupportAwareSectionStorageInterface.php Interface for section storage that knows whether it supports a view mode.
SupportAwareSectionStorageInterface.php file core/modules/layout_builder/src/SupportAwareSectionStorageInterface.php
SupportAwareSectionStorageInterface::isSupported function core/modules/layout_builder/src/SupportAwareSectionStorageInterface.php Determines if layout builder is supported by a view mode.
SupportAwareSectionStorageManagerInterface interface core/modules/layout_builder/src/SectionStorage/SupportAwareSectionStorageManagerInterface.php Interface for section manager that knows whether it supports view modes.
SupportAwareSectionStorageManagerInterface.php file core/modules/layout_builder/src/SectionStorage/SupportAwareSectionStorageManagerInterface.php
SupportAwareSectionStorageManagerInterface::notSupported function core/modules/layout_builder/src/SectionStorage/SupportAwareSectionStorageManagerInterface.php Determines whether a view mode is not supported by any storage.
SupportedReleaseValidator class core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Validates that updated projects are secure and supported.
SupportedReleaseValidator.php file core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidator::isSupportedRelease function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Checks if the given version of a project is supported.
SupportedReleaseValidator::validate function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Checks that the packages are secure and supported.
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

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