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
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.
SandboxManagerBase::claim function core/modules/package_manager/src/SandboxManagerBase.php Attempts to claim the stage.
SandboxManagerBase::COMPOSER_PACKAGE_REGEX constant core/modules/package_manager/src/SandboxManagerBase.php The regular expression to check if a package name is a regular package.
SandboxManagerBase::COMPOSER_PLATFORM_PACKAGE_REGEX constant core/modules/package_manager/src/SandboxManagerBase.php The regular expression to check if a package name is a platform package.
SandboxManagerBase::computeDestroyMessage function core/modules/package_manager/src/SandboxManagerBase.php Returns the specific destroy message for the ID.

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