Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SameModuleChild::testMethod | function | core/ |
|
| SampleEntityGeneratorInterface | interface | core/ |
Generates a sample entity. |
| SampleEntityGeneratorInterface.php | file | core/ |
|
| SampleEntityGeneratorInterface::delete | function | core/ |
Deletes a sample entity for a given entity type and bundle. |
| SampleEntityGeneratorInterface::get | function | core/ |
Gets a sample entity for a given entity type and bundle. |
| sample_lookup_migration.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml |
| sample_lookup_migration_2.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml |
| sample_lookup_migration_multiple_source_ids.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml |
| sample_lookup_migration_string_ids.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml |
| sample_stubbing_migration.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml |
| sample_stubbing_migration_with_multiple_source_ids.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml |
| SandboxDatabaseUpdatesValidator | class | core/ |
Flags a warning if there are database updates in a staged update. |
| SandboxDatabaseUpdatesValidator.php | file | core/ |
|
| SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates | function | core/ |
Checks that the staged update does not have changes to its install files. |
| SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates | function | core/ |
Gets extensions that have database updates in the stage directory. |
| SandboxDatabaseUpdatesValidator::getSubscribedEvents | function | core/ |
|
| SandboxDatabaseUpdatesValidator::getUpdateFunctions | function | core/ |
Returns a list of all update functions for a module. |
| SandboxDatabaseUpdatesValidator::hasStagedUpdates | function | core/ |
Determines if a staged extension has changed update functions. |
| SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern | function | core/ |
Determines if a set of tokens contain a function name matching a pattern. |
| SandboxDatabaseUpdatesValidator::__construct | function | core/ |
|
| SandboxDirectoryValidator | class | core/ |
Validates staging root is not a subdirectory of active. |
| SandboxDirectoryValidator.php | file | core/ |
|
| SandboxDirectoryValidator::getSubscribedEvents | function | core/ |
|
| SandboxDirectoryValidator::validate | function | core/ |
Check if staging root is a subdirectory of active. |
| SandboxDirectoryValidator::__construct | function | core/ |
|
| SandboxDirectoryValidatorTest | class | core/ |
Tests Drupal\package_manager\Validator\SandboxDirectoryValidator. |
| SandboxDirectoryValidatorTest.php | file | core/ |
|
| SandboxDirectoryValidatorTest::providerTestCheckNotInActive | function | core/ |
Data provider for testCheckNotInActive(). |
| SandboxDirectoryValidatorTest::testCheckNotInActive | function | core/ |
Tests check not in active. |
| SandboxEvent | class | core/ |
Base class for all events related to the life cycle of the stage. |
| SandboxEvent.php | file | core/ |
|
| SandboxEvent::__construct | function | core/ |
Constructs a StageEvent object. |
| SandboxEventException | class | core/ |
Exception thrown if an error related to an event occurs. |
| SandboxEventException.php | file | core/ |
|
| SandboxEventException::getResultsAsText | function | core/ |
Formats the validation results, if any, as plain text. |
| SandboxEventException::__construct | function | core/ |
Constructs a StageEventException object. |
| SandboxException | class | core/ |
Base class for all exceptions related to stage operations. |
| SandboxException.php | file | core/ |
|
| SandboxException::__construct | function | core/ |
Constructs a StageException object. |
| SandboxManagerBase | class | core/ |
Creates and manages a stage directory in which to install or update code. |
| SandboxManagerBase.php | file | core/ |
|
| SandboxManagerBase::$lock | property | core/ |
The lock info for the stage. |
| SandboxManagerBase::$tempStore | property | core/ |
The shared temp store. |
| SandboxManagerBase::$type | property | core/ |
The stage type. |
| SandboxManagerBase::apply | function | core/ |
Applies staged changes to the active directory. |
| SandboxManagerBase::checkOwnership | function | core/ |
Validates the ownership of stage directory. |
| SandboxManagerBase::claim | function | core/ |
Attempts to claim the stage. |
| SandboxManagerBase::COMPOSER_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a regular package. |
| SandboxManagerBase::COMPOSER_PLATFORM_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a platform package. |
| SandboxManagerBase::computeDestroyMessage | function | core/ |
Returns the specific destroy message for the ID. |
Pagination
- Previous page
- Page 1407
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.