Search for calculateDependencies

  1. Search 7.x for calculateDependencies
  2. Search 9.5.x for calculateDependencies
  3. Search 8.9.x for calculateDependencies
  4. Search 10.3.x for calculateDependencies
  5. Other projects
Title Object type File name Summary
AreaEntityTest::doTestCalculateDependencies function core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php Tests the calculation of the rendered dependencies.
ArgumentDefaultTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Calculates dependencies for the configured plugin.
ArgumentPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Calculates dependencies for the configured plugin.
ArgumentValidatorTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Calculates dependencies for the configured plugin.
Block::calculateDependencies function core/modules/block/src/Entity/Block.php Calculates dependencies and stores them in the dependency property.
BlockConfigEntityUnitTest::testCalculateDependencies function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @covers ::calculateDependencies
BlockPluginTrait::calculateDependencies function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BrokenHandlerTrait::calculateDependencies function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Gets dependencies for a broken handler.
Bundle::calculateDependencies function core/modules/views/src/Plugin/views/filter/Bundle.php Calculates dependencies for the configured plugin.
ChangeUserRoleBase::calculateDependencies function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Calculates dependencies for the configured plugin.
CommentDefaultFormatter::calculateDependencies function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Calculates dependencies for the configured plugin.
ConditionPluginBase::calculateDependencies function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Calculates dependencies for the configured plugin.
Config::calculateDependencies function core/modules/migrate/src/Plugin/migrate/destination/Config.php Calculates dependencies for the configured plugin.
ConfigDependencies::calculateDependencies function core/modules/rest/src/Entity/ConfigDependencies.php Calculates dependencies of a specific rest resource configuration.
ConfigDependenciesTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies
ConfigEntityBase::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Calculates dependencies and stores them in the dependency property.
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
@covers ::getDependencies
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
ConfigEntityInterface::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Calculates dependencies and stores them in the dependency property.
ConfigTest::calculateDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Calculates dependencies and stores them in the dependency property.
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.
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.
DependencyFieldItem::calculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DependentPluginInterface::calculateDependencies function core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Calculates dependencies for the configured plugin.
DisplayPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates dependencies for the configured plugin.
DisplayTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Calculates dependencies for the configured plugin.
DrupalSqlBase::calculateDependencies function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Calculates dependencies for the configured plugin.
Editor::calculateDependencies function core/modules/editor/src/Entity/Editor.php Calculates dependencies and stores them in the dependency property.
EditorConfigEntityUnitTest::testCalculateDependencies function core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php @covers ::calculateDependencies
EmptySource::calculateDependencies function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/argument_validator/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/area/Entity.php Calculates dependencies for the configured plugin.
EntityActionBase::calculateDependencies function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Calculates dependencies for the configured plugin.
EntityDisplayBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayModeBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayModeBaseUnitTest::testCalculateDependencies function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php @covers ::calculateDependencies
EntityField::calculateDependencies function core/modules/views/src/Plugin/views/field/EntityField.php Calculates dependencies for the configured plugin.
EntityReferenceItem::calculateDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityResource::calculateDependencies function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Calculates dependencies for the configured plugin.
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 @covers ::calculateDependencies
EntityTest::testCalculateDependenciesWithEntityId function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php @covers ::calculateDependencies
EntityTest::testCalculateDependenciesWithPlaceholder function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php @covers ::calculateDependencies
EntityTest::testCalculateDependenciesWithUuid function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php @covers ::calculateDependencies

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