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. Search 11.x for dependencies
  6. Other projects
Title Object type File name Summary
EntityReferenceFieldTest::testEntityReferenceFieldDependencies function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php Tests the dependencies entity reference fields are created with.
EntityReferenceItem::calculateDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceItem::calculateStorageDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityResource::calculateDependencies function core/modules/rest/src/Plugin/rest/resource/EntityResource.php
EntityRow::calculateDependencies function core/modules/views/src/Plugin/views/row/EntityRow.php
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
Exporter::exportWithDependencies function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports an entity and all of its dependencies to a directory.
ExportMetadata::getDependencies function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Returns the dependencies of the exported entity.
FieldConfig::calculateDependencies function core/modules/field/src/Entity/FieldConfig.php
FieldConfigBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldConfigBase.php
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
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php
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.
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
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.
FileVideoFormatter::calculateDependencies function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Calculates dependencies for the configured plugin.
FilterBase::calculateDependencies function core/modules/filter/src/Plugin/FilterBase.php
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
HandlerBase::calculateDependencies function core/modules/views/src/Plugin/views/HandlerBase.php
HandlerFilterRolesTest::testDependencies function core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests that role filter dependencies are calculated correctly.
help_post_update_search_help_dependencies function core/modules/help/help.post_update.php Update config entity dependencies to the Search Help module, if necessary.
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
ImageFormatter::calculateDependencies function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
ImageWidget::calculateDependencies function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
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
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
InstallProfileDependenciesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
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
LayoutBuilderTest::testPluginDependencies function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that component's dependencies are respected during removal.

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