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
PluginDependencyTraitTest::providerTestPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Provides test data for plugin dependencies.
PluginDependencyTraitTest::testCalculatePluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::calculatePluginDependencies
PluginDependencyTraitTest::testGetPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies
PluginSettingsBase::calculateDependencies function core/lib/Drupal/Core/Field/PluginSettingsBase.php Calculates dependencies for the configured plugin.
QueryPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Calculates dependencies for the configured plugin.
QueryTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Calculates dependencies for the configured plugin.
RdfMapping::calculateDependencies function core/modules/rdf/src/Entity/RdfMapping.php Calculates dependencies and stores them in the dependency property.
RdfMappingConfigEntityUnitTest::testCalculateDependencies function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies
RdfMappingConfigEntityUnitTest::testCalculateDependenciesWithEntityBundle function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies
RelationshipPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Calculates dependencies for the configured plugin.
RenderedEntity::calculateDependencies function core/modules/views/src/Plugin/views/field/RenderedEntity.php Calculates dependencies for the configured plugin.
ResourceObjectNormalizationCacher::mergeCacheableDependencies function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Determines the joint cacheability of all provided dependencies.
ResponsiveImageFormatter::calculateDependencies function core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php Calculates dependencies for the configured plugin.
ResponsiveImageStyle::calculateDependencies function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Calculates dependencies and stores them in the dependency property.
ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::calculateDependencies
responsive_image_post_update_recreate_dependencies function core/modules/responsive_image/responsive_image.post_update.php Make responsive image formatters dependent on responsive image styles.
RestExport::calculateDependencies function core/modules/rest/src/Plugin/views/display/RestExport.php Calculates dependencies for the configured plugin.
RestResourceConfig::calculateDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Calculates dependencies and stores them in the dependency property.
RestResourceConfig::getRestResourceDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Returns the REST resource dependencies.
RestResourceConfigTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php @covers ::calculateDependencies
Role::calculateDependencies function core/modules/user/src/Plugin/views/access/Role.php Calculates dependencies for the configured plugin.
Roles::calculateDependencies function core/modules/user/src/Plugin/views/filter/Roles.php Calculates dependencies for the configured plugin.
RowTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Calculates dependencies for the configured plugin.
RssPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/row/RssPluginBase.php Calculates dependencies for the configured plugin.
section-dependencies.php file core/modules/layout_builder/tests/fixtures/update/section-dependencies.php Test fixture.
SectionDependenciesUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Tests the upgrade path for Layout Builder section dependencies.
SectionDependenciesUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
SectionDependenciesUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Set database dump files to be used.
SectionDependenciesUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Tests the upgrade path for Layout Builder section dependencies.
SelectionPluginBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Calculates dependencies for the configured plugin.
Serializer::calculateDependencies function core/modules/rest/src/Plugin/views/style/Serializer.php Calculates dependencies for the configured plugin.
StaticTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Calculates dependencies for the configured plugin.
StyleTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Calculates dependencies for the configured plugin.
SystemMenuBlockTest::testSystemMenuBlockConfigDependencies function core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Tests calculation of a system menu block's configuration dependencies.
system_dependencies_test.info.yml file core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
system_incompatible_core_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
system_incompatible_module_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
system_post_update_recalculate_configuration_entity_dependencies function core/modules/system/system.post_update.php Re-save all configuration entities to recalculate dependencies.
TaxonomyIndexTid::calculateDependencies function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Calculates dependencies for the configured plugin.
TestConfigurablePlugin::calculateDependencies function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Calculates dependencies for the configured plugin.
TestFieldType::calculateStorageDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
TestFieldWidget::calculateDependencies function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php Calculates dependencies for the configured plugin.
testing_install_profile_all_dependencies.info.yml file core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml
testing_install_profile_dependencies.info.yml file core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml
testing_install_profile_dependencies_bc.info.yml file core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml
testing_missing_dependencies.info.yml file core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml
TestItemWithDependencies class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php Defines the 'test_field_with_dependencies' entity field item.
TestItemWithDependencies.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php
TestItemWithDependencies::calculateDependencies function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php Calculates dependencies for field items.
TestItemWithDependenciesTest class core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Tests the new entity API for the test field with dependencies type.

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