Search for dependencies

  1. Search 7.x for dependencies
  2. Search 9.5.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
ConfigEntityBase::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::testCalculateDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
@covers ::getDependencies[[api-linebreak]]
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getDependencies[[api-linebreak]]
@covers ::calculateDependencies[[api-linebreak]]
ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
@covers ::getDependencies[[api-linebreak]]
@covers ::onDependencyRemoval[[api-linebreak]]
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.
ConfigImportSubscriber::validateDependencies function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates configuration being imported does not have unmet 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
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
ConfigInstallProfileUnmetDependenciesTest::setUp function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
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::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php
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
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
ConfigurablePluginInterfaceTestClass::calculateDependencies function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php
ConfigurableSearchPluginBase::calculateDependencies function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
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
ContentLanguageSettingsUnitTest::testCalculateDependencies function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
ContentModeration::calculateDependencies function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
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 Test the content moderation workflow dependencies for non-config bundles.
content_moderation_post_update_entity_display_dependencies function core/modules/content_moderation/content_moderation.post_update.php Update the dependencies of entity displays to include associated workflow.
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 Test 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.
DependentPluginDefinitionInterface::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Sets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::$config_dependencies property core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php The dependencies of this plugin definition.
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php

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