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
EntityRow::calculateDependencies function core/modules/views/src/Plugin/views/row/EntityRow.php Calculates dependencies for the configured plugin.
EntityTest::testCalculateDependencies function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests calculate dependencies.
EntityTest::testCalculateDependenciesWithEntityId function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Tests calculate dependencies with entity id.
EntityTest::testCalculateDependenciesWithPlaceholder function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Tests calculate dependencies with placeholder.
EntityTest::testCalculateDependenciesWithUuid function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Tests calculate dependencies with uuid.
example_module_only_dependencies.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml
FieldConfig::calculateDependencies function core/modules/field/src/Entity/FieldConfig.php Calculates dependencies and stores them in the dependency property.
FieldConfigBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldConfigBase.php Calculates dependencies and stores them in the dependency property.
FieldConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests calculate dependencies.
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests that invalid bundles are handled.
FieldConfigValidationTest::testInvalidDependencies function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that validation fails if config dependencies are invalid.
FieldItemBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items.
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items on the storage level.
FieldItemInterface::calculateDependencies function core/lib/Drupal/Core/Field/FieldItemInterface.php Calculates dependencies for field items.
FieldItemInterface::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemInterface.php Calculates dependencies for field items on the storage level.
FieldLayoutEntityDisplayTrait::calculateDependencies function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Overrides \Drupal\Core\Entity\EntityDisplayBase::calculateDependencies().
FieldRenderedEntityTest::assertConfigDependencies function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Ensures that the config dependencies are calculated the right way.
FieldStorageConfig::calculateDependencies function core/modules/field/src/Entity/FieldStorageConfig.php Calculates dependencies and stores them in the dependency property.
FieldStorageConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests calculate dependencies.
FieldTest::testCalculateDependenciesWithBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with base field.
FieldTest::testCalculateDependenciesWithConfiguredField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with configured field.
FilterBase::calculateDependencies function core/modules/filter/src/Plugin/FilterBase.php Calculates dependencies for the configured plugin.
FilterEntityReferenceTest::testViewContentDependencies function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that content dependencies are added to the view.
FilterFormat::calculatePluginDependencies function core/modules/filter/src/Entity/FilterFormat.php Calculates and adds dependencies of a specific plugin instance.
HandlerBase::calculateDependencies function core/modules/views/src/Plugin/views/HandlerBase.php Calculates dependencies for the configured plugin.
HandlerFilterRolesTest::testDependencies function core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests that role filter dependencies are calculated correctly.
hook_update_dependencies function core/lib/Drupal/Core/Extension/module.api.php Return an array of information about module update dependencies.
ImageEffectBase::calculateDependencies function core/modules/image/src/ImageEffectBase.php Calculates dependencies for the configured plugin.
ImageFormatter::calculateDependencies function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php Calculates dependencies for the configured plugin.
ImageWidget::calculateDependencies function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Calculates dependencies for the configured plugin.
Importer::$dependencies property core/lib/Drupal/Core/DefaultContent/Importer.php The dependencies of the currently importing entity, if any.
InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded function core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php Tests the modules and themes to be installed.
InstallerDependenciesResolutionTest class core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Tests that we handle module dependency resolution during install.
InstallerDependenciesResolutionTest.php file core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php
InstallerDependenciesResolutionTest::$modules property core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Modules to install.
InstallerDependenciesResolutionTest::testDependenciesResolution function core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Verifies that the exception message in the profile step is correct.
InstallProfileDependenciesTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileDependenciesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The theme to install as the default for testing.
InstallProfileDependenciesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The profile to install as a basis for testing.
InstallProfileDependenciesTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
LayoutBuilderEntityViewDisplay::calculateDependencies function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Calculates dependencies and stores them in the dependency property.
LayoutBuilderTest::testPluginDependencies function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that component's dependencies are respected during removal.
LayoutDefault::calculateDependencies function core/lib/Drupal/Core/Layout/LayoutDefault.php Calculates dependencies for the configured plugin.
LayoutTestDependenciesPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Provides a plugin that contains config dependencies.
LayoutTestDependenciesPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php
LayoutTestDependenciesPlugin::calculateDependencies function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Calculates dependencies for the configured plugin.
LibraryDependencyResolver::$librariesDependencies property core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php The libraries dependencies.
LibraryDependencyResolver::doGetDependencies function core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php Gets the given libraries with its dependencies.
LibraryDependencyResolver::getLibrariesWithDependencies function core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php Gets the given libraries with their dependencies.

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