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
safe-triangle.pcss.css file core/modules/navigation/css/components/safe-triangle.pcss.css :is(#extra-specificity-hack, [data-drupal-admin-styles]) {
[data-has-safe-triangle] {
--safe-triangle-cursor-y: 100px;
--safe-triangle-cursor-x: 100px;
--safe-triangle-submenu-start-x: var(--admin-toolbar-sidebar-width);
SafeMarkupTestMarkup class core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Implements MarkupInterface without implementing \Countable.
SafeMarkupTestMarkup::create function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Overrides MarkupTrait::create() to allow creation with empty strings.
SameModuleChild class core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php Fixture: child in the same module as the parent.
SameModuleChild::testMethod function core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php
SampleEntityGeneratorInterface interface core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Generates a sample entity.
SampleEntityGeneratorInterface.php file core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php
SampleEntityGeneratorInterface::delete function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Deletes a sample entity for a given entity type and bundle.
SampleEntityGeneratorInterface::get function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Gets a sample entity for a given entity type and bundle.
sample_lookup_migration.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml
sample_lookup_migration_2.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml
sample_lookup_migration_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml
sample_lookup_migration_string_ids.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml
sample_stubbing_migration.yml file core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml
sample_stubbing_migration_with_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml
SandboxDatabaseUpdatesValidator class core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Flags a warning if there are database updates in a staged update.
SandboxDatabaseUpdatesValidator.php file core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Checks that the staged update does not have changes to its install files.
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Gets extensions that have database updates in the stage directory.
SandboxDatabaseUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::getUpdateFunctions function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Returns a list of all update functions for a module.
SandboxDatabaseUpdatesValidator::hasStagedUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a staged extension has changed update functions.
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a set of tokens contain a function name matching a pattern.
SandboxDatabaseUpdatesValidator::__construct function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDirectoryValidator class core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php Validates staging root is not a subdirectory of active.
SandboxDirectoryValidator.php file core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php
SandboxDirectoryValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php
SandboxDirectoryValidator::validate function core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php Check if staging root is a subdirectory of active.
SandboxDirectoryValidator::__construct function core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php
SandboxDirectoryValidatorTest class core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php Tests Drupal\package_manager\Validator\SandboxDirectoryValidator.
SandboxDirectoryValidatorTest.php file core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php
SandboxDirectoryValidatorTest::providerTestCheckNotInActive function core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php Data provider for testCheckNotInActive().
SandboxDirectoryValidatorTest::testCheckNotInActive function core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php Tests check not in active.
SandboxEvent class core/modules/package_manager/src/Event/SandboxEvent.php Base class for all events related to the life cycle of the stage.
SandboxEvent.php file core/modules/package_manager/src/Event/SandboxEvent.php
SandboxEvent::__construct function core/modules/package_manager/src/Event/SandboxEvent.php Constructs a StageEvent object.
SandboxEventException class core/modules/package_manager/src/Exception/SandboxEventException.php Exception thrown if an error related to an event occurs.
SandboxEventException.php file core/modules/package_manager/src/Exception/SandboxEventException.php
SandboxEventException::getResultsAsText function core/modules/package_manager/src/Exception/SandboxEventException.php Formats the validation results, if any, as plain text.
SandboxEventException::__construct function core/modules/package_manager/src/Exception/SandboxEventException.php Constructs a StageEventException object.
SandboxException class core/modules/package_manager/src/Exception/SandboxException.php Base class for all exceptions related to stage operations.
SandboxException.php file core/modules/package_manager/src/Exception/SandboxException.php
SandboxException::__construct function core/modules/package_manager/src/Exception/SandboxException.php Constructs a StageException object.
SandboxManagerBase class core/modules/package_manager/src/SandboxManagerBase.php Creates and manages a stage directory in which to install or update code.
SandboxManagerBase.php file core/modules/package_manager/src/SandboxManagerBase.php
SandboxManagerBase::$lock property core/modules/package_manager/src/SandboxManagerBase.php The lock info for the stage.
SandboxManagerBase::$tempStore property core/modules/package_manager/src/SandboxManagerBase.php The shared temp store.
SandboxManagerBase::$type property core/modules/package_manager/src/SandboxManagerBase.php The stage type.
SandboxManagerBase::apply function core/modules/package_manager/src/SandboxManagerBase.php Applies staged changes to the active directory.
SandboxManagerBase::checkOwnership function core/modules/package_manager/src/SandboxManagerBase.php Validates the ownership of stage directory.

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