Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigDependencyTest.php | file | core/ |
|
| ConfigDependencyTest::$modules | property | core/ |
Modules to install. |
| ConfigDependencyTest::getDependentIds | function | core/ |
Gets a list of identifiers from an array of configuration entities. |
| ConfigDependencyTest::providerConfigEntityUninstallComplex | function | core/ |
Data provider for self::testConfigEntityUninstallComplex(). |
| ConfigDependencyTest::testConfigEntityDelete | function | core/ |
Tests deleting a configuration entity and dependency management. |
| ConfigDependencyTest::testConfigEntityUninstall | function | core/ |
Tests ConfigManager::uninstall() and config entity dependency management. |
| ConfigDependencyTest::testConfigEntityUninstallComplex | function | core/ |
Tests complex configuration entity dependency handling during uninstall. |
| ConfigDependencyTest::testConfigEntityUninstallThirdParty | function | core/ |
Tests config entity uninstall third party. |
| ConfigDependencyTest::testContentEntityDelete | function | core/ |
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities. |
| ConfigDependencyTest::testDependencyManagement | function | core/ |
Tests creating dependencies on configuration entities. |
| ConfigDependencyTest::testDependencyOrder | function | core/ |
Tests that config dependency ordering. |
| ConfigDependencyTest::testNonEntity | function | core/ |
Tests that calculating dependencies for system module. |
| ConfigDependencyWebTest | class | core/ |
Tests configuration entities. |
| ConfigDependencyWebTest.php | file | core/ |
|
| ConfigDependencyWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfigDependencyWebTest::$modules | property | core/ |
Modules to install. |
| ConfigDependencyWebTest::MAX_ID_LENGTH | constant | core/ |
The maximum length for the entity storage used in this test. |
| ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait | function | core/ |
Tests ConfigDependencyDeleteFormTrait. |
| ConfigEntityBase::addDependency | function | core/ |
Overrides \Drupal\Core\Entity\DependencyTrait:addDependency(). |
| ConfigEntityBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ConfigEntityBase::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
| ConfigEntityBase::getDependencies | function | core/ |
Gets the configuration dependencies. |
| ConfigEntityBase::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections | function | core/ |
Data provider for testCalculateDependenciesWithPluginCollections. |
| ConfigEntityBaseUnitTest::providerOnDependencyRemovalWithPluginCollections | function | core/ |
Data provider for testOnDependencyRemovalWithPluginCollections. |
| ConfigEntityBaseUnitTest::testAddDependency | function | core/ |
Tests add dependency. |
| ConfigEntityBaseUnitTest::testCalculateDependencies | function | core/ |
Tests calculate dependencies. |
| ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections | function | core/ |
Tests calculate dependencies with plugin collections. |
| ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings | function | core/ |
Tests calculate dependencies with third party settings. |
| ConfigEntityBaseUnitTest::testOnDependencyRemovalWithPluginCollections | function | core/ |
Test dependency removal on entities with plugin collections. |
| 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. |
| ConfigEntityValidationTestBase::providerConfigDependenciesValidation | function | core/ |
Data provider for ::testConfigDependenciesValidation(). |
| ConfigEntityValidationTestBase::testConfigDependenciesValidation | function | core/ |
Tests validation of config dependencies. |
| ConfigImporterTest::testUnmetDependency | function | core/ |
Tests dependency validation during configuration import. |
| ConfigImportSubscriber::validateDependencies | function | core/ |
Validates configuration being imported does not have unmet dependencies. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.