Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigEntityDependency | class | core/ |
Provides a value object to discover configuration dependencies. |
| ConfigEntityDependency.php | file | core/ |
|
| ConfigEntityDependency::$dependencies | property | core/ |
The configuration entity's dependencies. |
| ConfigEntityDependency::$name | property | core/ |
The configuration entity's configuration object name. |
| ConfigEntityDependency::getConfigDependencyName | function | core/ |
Gets the configuration entity's configuration dependency name. |
| ConfigEntityDependency::getDependencies | function | core/ |
Gets the configuration entity's dependencies of the supplied type. |
| ConfigEntityDependency::hasDependency | function | core/ |
Determines if the entity is dependent on extensions or entities. |
| ConfigEntityDependency::__construct | function | core/ |
Constructs the configuration entity dependency from the entity values. |
| ConfigEntityDependencyTest | class | core/ |
Tests the ConfigEntityDependency class. |
| ConfigEntityDependencyTest.php | file | core/ |
|
| ConfigEntityDependencyTest::testEmptyDependencies | function | core/ |
|
| ConfigEntityDependencyTest::testWithDependencies | function | core/ |
|
| ConfigEntityInterface::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ConfigEntityInterface::getDependencies | function | core/ |
Gets the configuration dependencies. |
| ConfigEntityInterface::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| ConfigEntityType::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| ConfigImporterTest::testUnmetDependency | function | core/ |
Tests dependency validation during configuration import. |
| ConfigImportSubscriber::validateDependencies | function | core/ |
Validates configuration being imported does not have unmet dependencies. |
| ConfigInstaller::findDefaultConfigWithUnmetDependencies | function | core/ |
Finds default configuration with unmet dependencies. |
| ConfigInstaller::getMissingDependencies | function | core/ |
Returns an array of missing dependencies for a config object. |
| ConfigInstaller::validateDependencies | function | core/ |
Validates an array of config data that contains dependency information. |
| ConfigInstallProfileUnmetDependenciesTest | class | core/ |
Tests install profile config overrides can not add unmet dependencies. |
| ConfigInstallProfileUnmetDependenciesTest.php | file | core/ |
|
| ConfigInstallProfileUnmetDependenciesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfigInstallProfileUnmetDependenciesTest::$expectedException | property | core/ |
Contains the expected exception if it is thrown. |
| ConfigInstallProfileUnmetDependenciesTest::$profile | property | core/ |
The installation profile to install. |
| ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides | function | core/ |
Copy the testing_config_overrides install profile. |
| ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| ConfigInstallProfileUnmetDependenciesTest::setUp | function | core/ |
|
| ConfigInstallProfileUnmetDependenciesTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| ConfigInstallTest::testDependencyChecking | function | core/ |
Tests the configuration with unmet dependencies is not installed. |
| ConfigInstallWebTest::testUnmetDependenciesInstall | function | core/ |
Tests unmet dependencies detection. |
| ConfigManager::callOnDependencyRemoval | function | core/ |
Calls an entity's onDependencyRemoval() method. |
| ConfigManager::findConfigEntityDependents | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManager::findConfigEntityDependentsAsEntities | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManager::findMissingContentDependencies | function | core/ |
Finds missing content dependencies declared in configuration entities. |
| ConfigManager::getConfigDependencyManager | function | core/ |
Creates and populates a ConfigDependencyManager object. |
| ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval | function | core/ |
Lists which config entities to update and delete on removal of a dependency. |
| ConfigManagerInterface::findConfigEntityDependents | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::findConfigEntityDependentsAsEntities | function | core/ |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::findMissingContentDependencies | function | core/ |
Finds missing content dependencies declared in configuration entities. |
| ConfigManagerInterface::getConfigDependencyManager | function | core/ |
Creates and populates a ConfigDependencyManager object. |
| ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval | function | core/ |
Lists which config entities to update and delete on removal of a dependency. |
| ConfigSingleImportForm::$renderer | property | core/ |
The renderer service. |
| ConfigSync::$renderer | property | core/ |
The renderer. |
| ConfigTest::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ConfigTest::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| ConfigTest::setEnforcedDependencies | function | core/ |
Sets the enforced dependencies. |
| ConfigTranslationController::$renderer | property | core/ |
The renderer. |
| ConfigTranslationEntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.