Search for dependencies

  1. Search 7.x for dependencies
  2. Search 8.9.x for dependencies
  3. Search 10.3.x for dependencies
  4. Search 11.x for dependencies
  5. Other projects
Title Object type File name Summary
UnmetDependenciesException::$extension property core/lib/Drupal/Core/Config/UnmetDependenciesException.php The name of the extension that is being installed.
UnmetDependenciesException::create function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Creates an exception for an extension and a list of configuration objects.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UnmetDependenciesException::getConfigObjects function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the list of configuration objects that have unmet dependencies.
UnmetDependenciesException::getExtension function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the name of the extension that is being installed.
UnmetDependenciesException::getTranslatedMessage function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets a translated message from the exception.
update_resolve_dependencies function core/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly.
update_retrieve_dependencies function core/includes/update.inc Invokes hook_update_dependencies() in all installed modules.
update_test_1_update_dependencies function core/modules/system/tests/modules/update_test_1/update_test_1.install Implements hook_update_dependencies().
update_test_2_update_dependencies function core/modules/system/tests/modules/update_test_2/update_test_2.install Implements hook_update_dependencies().
update_test_3_update_dependencies function core/modules/system/tests/modules/update_test_3/update_test_3.install Implements hook_update_dependencies().
User::calculateDependencies function core/modules/user/src/Plugin/views/argument_validator/User.php Calculates dependencies for the configured plugin.
UserRoleDeleteTest::testDependenciesRemoval function core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php Tests the removal of user role dependencies.
UserUpdateRoleDependenciesTest class core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Tests user_post_update_update_roles() upgrade path.
UserUpdateRoleDependenciesTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php
UserUpdateRoleDependenciesTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Set database dump files to be used.
UserUpdateRoleDependenciesTest::testRolePermissions function core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Tests that roles have dependencies and only existing permissions.
VariantBase::calculateDependencies function core/lib/Drupal/Core/Display/VariantBase.php Calculates dependencies for the configured plugin.
View::calculateDependencies function core/modules/views/src/Entity/View.php Calculates dependencies and stores them in the dependency property.
View::calculateDependencies function core/modules/views/src/Plugin/views/area/View.php Calculates dependencies for the configured plugin.
ViewEntityDependenciesTest class core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the calculation of dependencies for views.
ViewEntityDependenciesTest.php file core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Modules to enable.
ViewEntityDependenciesTest::$testViews property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Views used by this test.
ViewEntityDependenciesTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::testGetDependencies function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the getDependencies method.
ViewExecutable::getDependencies function core/modules/views/src/ViewExecutable.php Gets dependencies for the view.
ViewMode::calculateDependencies function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Calculates dependencies for the configured plugin.
views.view.test_plugin_dependencies.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml
ViewsConfigDependenciesIntegrationTest class core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration of views with other modules.
ViewsConfigDependenciesIntegrationTest.php file core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Modules to enable.
ViewsConfigDependenciesIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Views to be enabled.
ViewsConfigDependenciesIntegrationTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests uninstalling a module that provides a base table for a View.
ViewsConfigDependenciesIntegrationTest::testConfigRemovalRole function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests removing a config dependency that deletes the View.
ViewsConfigDependenciesIntegrationTest::testImage function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration with image module.
ViewsModerationStateFilterTest::assertWorkflowDependencies function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Asserts the views dependencies on workflow config entities.
ViewTest::testCalculateDependencies function core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php @covers ::calculateDependencies
ViewUI::calculateDependencies function core/modules/views_ui/src/ViewUI.php Calculates dependencies and stores them in the dependency property.
ViewUI::getDependencies function core/modules/views_ui/src/ViewUI.php Gets the configuration dependencies.
WorkflowDependenciesTest class core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests configuration dependencies in workflows.
WorkflowDependenciesTest.php file core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php
WorkflowDependenciesTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Modules to enable.
WorkflowDependenciesTest::testOnDependencyRemoval function core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval().
WorkflowTypeBase::calculateDependencies function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Calculates dependencies for the configured plugin.
WorkspacesContentModerationStateTest::testWorkflowDependencies function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the dependencies of the workflow when using content moderation.
WorkspacesContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the content moderation workflow dependencies for non-config bundles.

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