Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
ConfigEntityDependency class core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Provides a value object to discover configuration dependencies.
ConfigEntityDependency.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php
ConfigEntityDependency::$dependencies property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity's dependencies.
ConfigEntityDependency::$name property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity's configuration object name.
ConfigEntityDependency::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's configuration dependency name.
ConfigEntityDependency::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's dependencies of the supplied type.
ConfigEntityDependency::hasDependency function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Determines if the entity is dependent on extensions or entities.
ConfigEntityDependency::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Constructs the configuration entity dependency from the entity values.
ConfigEntityDependencyTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php Tests the ConfigEntityDependency class.
ConfigEntityDependencyTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
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.
ConfigEntityInterface::onDependencyRemoval function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Informs the entity that entities it depends on will be deleted.
ConfigEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the key that is used to store configuration dependencies.
ConfigImporterTest::testUnmetDependency function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests dependency validation during configuration import.
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 The theme to install as the default for testing.
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 Prepares the current environment for running the test.
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.
ConfigInstallTest::testDependencyChecking function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests the configuration with unmet dependencies is not installed.
ConfigInstallWebTest::testUnmetDependenciesInstall function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests unmet dependencies detection.
ConfigManager::callOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Calls an entity's onDependencyRemoval() method.
ConfigManager::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManager::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManager.php Creates and populates a ConfigDependencyManager object.
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Lists which config entities to update and delete on removal of a dependency.
ConfigManagerInterface::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates and populates a ConfigDependencyManager object.
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Lists which config entities to update and delete on removal of a dependency.
ConfigSingleImportForm::$renderer property core/modules/config/src/Form/ConfigSingleImportForm.php The renderer service.
ConfigSync::$renderer property core/modules/config/src/Form/ConfigSync.php The renderer.
ConfigTest::calculateDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Calculates dependencies and stores them in the dependency property.
ConfigTest::onDependencyRemoval function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Informs the entity that entities it depends on will be deleted.
ConfigTest::setEnforcedDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Sets the enforced dependencies.
ConfigTranslationController::$renderer property core/modules/config_translation/src/Controller/ConfigTranslationController.php The renderer.
ConfigTranslationEntityListBuilder::render function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.

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