Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PackageManagerFixtureCreator::removeAllExcept | function | core/ |
Removes all files in a directory except the ones specified. |
PackageManagerFixtureCreator::runComposerCommand | function | core/ |
Runs a Composer command at the fixture root. |
PackageManagerHooks | class | core/ |
Hook implementations for package_manager. |
PackageManagerHooks.php | file | core/ |
|
PackageManagerHooks::help | function | core/ |
Implements hook_help(). |
PackageManagerKernelTestBase | class | core/ |
Base class for kernel tests of Package Manager's functionality. |
PackageManagerKernelTestBase.php | file | core/ |
|
PackageManagerKernelTestBase::$client | property | core/ |
The mocked HTTP client that returns metadata about available updates. |
PackageManagerKernelTestBase::$disableValidators | property | core/ |
The service IDs of any validators to disable. |
PackageManagerKernelTestBase::$failureLogger | property | core/ |
A logger that will fail the test if Package Manager logs any errors. |
PackageManagerKernelTestBase::$fileSystem | property | core/ |
The Symfony filesystem class. |
PackageManagerKernelTestBase::$modules | property | core/ |
Modules to install. |
PackageManagerKernelTestBase::$testProjectRoot | property | core/ |
The test root directory, if any, created by ::createTestProject(). |
PackageManagerKernelTestBase::addEventTestListener | function | core/ |
Adds an event listener on an event for testing purposes. |
PackageManagerKernelTestBase::assertEventPropagationStopped | function | core/ |
Asserts event propagation is stopped by a certain event subscriber. |
PackageManagerKernelTestBase::assertExpectedResultsFromException | function | core/ |
Asserts that a StageEventException has a particular set of results. |
PackageManagerKernelTestBase::assertResults | function | core/ |
Asserts validation results are returned from a stage life cycle event. |
PackageManagerKernelTestBase::assertStatusCheckResults | function | core/ |
Asserts validation results are returned from the status check event. |
PackageManagerKernelTestBase::createStage | function | core/ |
Creates a stage object for testing purposes. |
PackageManagerKernelTestBase::createTestProject | function | core/ |
Creates a test project. |
PackageManagerKernelTestBase::enableModules | function | core/ |
Enables modules for this test. |
PackageManagerKernelTestBase::register | function | core/ |
Registers test-specific services. |
PackageManagerKernelTestBase::registerPostUpdateFunctions | function | core/ |
Marks all pending post-update functions as completed. |
PackageManagerKernelTestBase::setCoreVersion | function | core/ |
Sets the current (running) version of core for the Update Status module. |
PackageManagerKernelTestBase::setReleaseMetadata | function | core/ |
Sets the release metadata file to use when fetching available updates. |
PackageManagerKernelTestBase::setUp | function | core/ |
|
PackageManagerKernelTestBase::tearDown | function | core/ |
Invokes the test preconditions assertion after each test run. |
PackageManagerRequirements | class | core/ |
Install time requirements for the package_manager module. |
PackageManagerRequirements.php | file | core/ |
|
PackageManagerRequirements::getRequirements | function | core/ |
Check installation requirements. |
PackageManagerRequirementsHooks | class | core/ |
Requirements checks for Package Manager. |
PackageManagerRequirementsHooks.php | file | core/ |
|
PackageManagerRequirementsHooks::checkFailure | function | core/ |
Check for a failed update. |
PackageManagerRequirementsHooks::checkSettings | function | core/ |
Check that package manager has an explicit setting to allow installation. |
PackageManagerRequirementsHooks::runtime | function | core/ |
Implements hook_runtime_requirements(). |
PackageManagerRequirementsHooks::update | function | core/ |
Implements hook_update_requirements(). |
PackageManagerRequirementsHooks::__construct | function | core/ |
|
PackageManagerTestBase | class | core/ |
Base class for Package Manager Functional tests. |
PackageManagerTestBase.php | file | core/ |
|
PackageManagerTestBase::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PackageManagerTestBase::setUp | function | core/ |
|
PackageManagerTestValidationServiceProvider | class | core/ |
Modifies container services for testing. |
PackageManagerTestValidationServiceProvider.php | file | core/ |
|
PackageManagerTestValidationServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
PackageManagerUninstallValidator | class | core/ |
Prevents any module from being uninstalled if update is in process. |
PackageManagerUninstallValidator.php | file | core/ |
|
PackageManagerUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
PackageManagerUninstallValidator::__construct | function | core/ |
|
PackageManagerUpdateProcessor | class | core/ |
Extends the Update Status update processor allow fetching any project. |
PackageManagerUpdateProcessor.php | file | core/ |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.