Search for dependencies

  1. Search 7.x for dependencies
  2. Search 9.5.x for dependencies
  3. Search 8.9.x for dependencies
  4. Search 10.3.x for dependencies
  5. Other projects
Title Object type File name Summary
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ThemeUiTest::testThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with module dependencies.
Tid::calculateDependencies function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Calculates dependencies for the configured plugin.
Tour::calculateDependencies function core/modules/tour/src/Entity/Tour.php Calculates dependencies and stores them in the dependency property.
UnmetDependenciesException class core/lib/Drupal/Core/Config/UnmetDependenciesException.php An exception thrown if configuration has unmet dependencies.
UnmetDependenciesException.php file core/lib/Drupal/Core/Config/UnmetDependenciesException.php
UnmetDependenciesException::$configObjects property core/lib/Drupal/Core/Config/UnmetDependenciesException.php A list of configuration objects that have unmet dependencies.
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.
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 install.
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.
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 install.
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 install.
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.

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