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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SuperUserAccessInstallTest::NO_ACCESS_MESSAGE constant core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Message when the logged-in user does not have admin access after install.
SuperUserAccessInstallTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Prepares the current environment for running the test.
SuperUserAccessInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Final installer step: Configure site.
SuperUserAccessInstallTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Confirms that the installation succeeded.
SuperUserAccessPolicy class core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php Grants user 1 an all access pass.
SuperUserAccessPolicy.php file core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php
SuperUserAccessPolicy::calculatePermissions function core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php Calculates the permissions for an account within a given scope.
SuperUserAccessPolicy::getPersistentCacheContexts function core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php Gets the persistent cache contexts.
SuperUserAccessPolicyPass class core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php Removes the super user access policy when toggled off.
SuperUserAccessPolicyPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php
SuperUserAccessPolicyPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php
SuperUserAccessPolicyTest class core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests Drupal\Core\Session\SuperUserAccessPolicy.
SuperUserAccessPolicyTest.php file core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php
SuperUserAccessPolicyTest::$accessPolicy property core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php The access policy to test.
SuperUserAccessPolicyTest::alterPermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testAlterPermissions.
SuperUserAccessPolicyTest::calculatePermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testCalculatePermissions.
SuperUserAccessPolicyTest::setUp function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php
SuperUserAccessPolicyTest::testAlterPermissions function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the alterPermissions method.
SuperUserAccessPolicyTest::testApplies function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests applies.
SuperUserAccessPolicyTest::testCalculatePermissions function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the calculatePermissions method.
SuperUserAccessPolicyTest::testGetPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the getPersistentCacheContexts method.
SuperUserPermissionsTest class core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Test case for getting all permissions as a super user.
SuperUserPermissionsTest.php file core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::$modules property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Modules to install.
SuperUserPermissionsTest::$usesSuperUserAccessPolicy property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Set to TRUE to make user 1 a super user.
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.

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