12 calls to update_resolve_dependencies()
- DbUpdateController::selection in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Renders a list of available database updates.
- DbUpdateController::triggerBatch in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Starts the database update batch process.
- DependencyMissingTest::testMissingUpdate in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ DependencyMissingTest.php - Tests updating with a missing dependency.
- DependencyOrderingTest::testUpdateOrderingModuleInterdependency in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ DependencyOrderingTest.php - Tests that dependencies between modules are resolved correctly.
- DependencyOrderingTest::testUpdateOrderingSingleModule in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ DependencyOrderingTest.php - Tests that updates within a single module run in the correct order.
- UpdateOrderingTest::testUpdateOrdering in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests updates to ensure without dependencies system updates come first.
- UpdateOrderingTest::testUpdateOrderingAlreadyRunUpdate in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with an impossible dependency.
- UpdateOrderingTest::testUpdateOrderingComplexSystemDependencies in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with multiple dependencies to system updates.
- UpdateOrderingTest::testUpdateOrderingWithDependency in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with a dependency.
- UpdateOrderingTest::testUpdateOrderingWithDependencyChain in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with a dependency chain.
- UpdateOrderingTest::testUpdateOrderingWithInBetweenDependency in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with a dependency in between system updates.
- UpdateOrderingTest::testUpdateOrderingWithNonSystemDependency in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateOrderingTest.php - Tests update ordering with dependencies not on system updates.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.