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
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getDependencies
@covers ::calculateDependencies
ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::calculateDependencies
@covers ::getDependencies
@covers ::onDependencyRemoval
ConfigEntityDependency::$dependencies property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity's dependencies.
ConfigEntityDependency::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's dependencies of the supplied type.
ConfigEntityDependencyTest::testEmptyDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityDependencyTest::testWithDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityInterface::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Calculates dependencies and stores them in the dependency property.
ConfigEntityInterface::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Gets the configuration dependencies.
ConfigEntityValidationTestBase::providerConfigDependenciesValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Data provider for ::testConfigDependenciesValidation().
ConfigEntityValidationTestBase::testConfigDependenciesValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests validation of config dependencies.
ConfigImportSubscriber::validateDependencies function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates configuration being imported does not have unmet dependencies.
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests config imports that install and uninstall a theme with dependencies.
ConfigInstaller::findDefaultConfigWithUnmetDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds default configuration with unmet dependencies.
ConfigInstaller::getMissingDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Returns an array of missing dependencies for a config object.
ConfigInstaller::validateDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Validates an array of config data that contains dependency information.
ConfigInstallProfileUnmetDependenciesTest class core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Tests install profile config overrides can not add unmet dependencies.
ConfigInstallProfileUnmetDependenciesTest.php file core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php The theme to install as the default for testing.
ConfigInstallProfileUnmetDependenciesTest::$expectedException property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Contains the expected exception if it is thrown.
ConfigInstallProfileUnmetDependenciesTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php The installation profile to install.
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Copy the testing_config_overrides install profile.
ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Prepares the current environment for running the test.
ConfigInstallProfileUnmetDependenciesTest::setUpSettings function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Installer step: Configure settings.
ConfigInstallProfileUnmetDependenciesTest::setUpSite function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Final installer step: Configure site.
ConfigInstallProfileUnmetDependenciesTest::testInstalled function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Confirms that the installation succeeded.
ConfigInstallWebTest::testUnmetDependenciesInstall function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests unmet dependencies detection.
ConfigManager::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigTest::calculateDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Calculates dependencies and stores them in the dependency property.
ConfigTest::setEnforcedDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Sets the enforced dependencies.
ConfigurableActionBase::calculateDependencies function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Calculates dependencies for the configured plugin.
ConfigurableSearchPluginBase::calculateDependencies function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Calculates dependencies for the configured plugin.
config_test.dynamic.enforced_and_base_dependencies.yml file core/modules/config/tests/config_install_dependency_enforced_combo_test/config/optional/config_test.dynamic.enforced_and_base_dependencies.yml core/modules/config/tests/config_install_dependency_enforced_combo_test/config/optional/config_test.dynamic.enforced_and_base_dependencies.yml
ContainerTest::testResolveServicesAndParametersForOptionalServiceDependencies function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services that are optional work correctly.
ContentLanguageSettings::calculateDependencies function core/modules/language/src/Entity/ContentLanguageSettings.php Calculates dependencies and stores them in the dependency property.
ContentLanguageSettingsUnitTest::testCalculateDependencies function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::calculateDependencies
ContentModeration::calculateDependencies function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Calculates dependencies for the configured plugin.
ContentModerationStateTest::testWorkflowDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the dependencies of the workflow when using content moderation.
ContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the content moderation workflow dependencies for non-config bundles.
dependencies.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml
DependencyFieldItem::calculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DependencyHookInvocationTest::testHookUpdateDependencies function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Tests the structure of the array returned by hook_update_dependencies().
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
DependencyTrait::$dependencies property core/lib/Drupal/Core/Entity/DependencyTrait.php The object's dependencies.
DependencyTrait::addDependencies function core/lib/Drupal/Core/Entity/DependencyTrait.php Adds multiple dependencies.
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.

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