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
SuperUserPermissionsTest::$modules property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::$usesSuperUserAccessPolicy property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::setUp function core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::testPermissionChange function core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Tests the super user access policy grants all permissions.
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.
SupportsTemporaryTablesInterface interface core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Adds support for temporary tables.
SupportsTemporaryTablesInterface.php file core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php
SupportsTemporaryTablesInterface::queryTemporary function core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Runs a SELECT query and stores its results in a temporary table.
SuspendQueueException class core/lib/Drupal/Core/Queue/SuspendQueueException.php Exception class to throw to indicate that a cron queue should be skipped.
SuspendQueueException.php file core/lib/Drupal/Core/Queue/SuspendQueueException.php
SuspendQueueException::$delay property core/lib/Drupal/Core/Queue/SuspendQueueException.php Seconds to wait before resuming the queue, or NULL if unknown.
SuspendQueueException::getDelay function core/lib/Drupal/Core/Queue/SuspendQueueException.php Get the desired delay interval for this item.
SuspendQueueException::isDelayable function core/lib/Drupal/Core/Queue/SuspendQueueException.php Determine whether the next time the queue should be checked is known.
SuspendQueueException::__construct function core/lib/Drupal/Core/Queue/SuspendQueueException.php Constructs a SuspendQueueException.
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
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
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 class core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds SVG layout icons.
SvgIconBuilder.php file core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php
SvgIconBuilder::$height property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The height of the SVG.

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