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 |
|
ConfigEntityFormOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that config overrides do not bleed through in entity forms and lists. |
ConfigEntityFormOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
|
ConfigEntityFormOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
The theme to install as the default for testing. |
ConfigEntityFormOverrideTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Modules to install. |
ConfigEntityFormOverrideTest::testFormsWithOverrides |
function |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that overrides do not affect forms or listing screens. |
ConfigEntityIdLengthException |
class |
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php |
Defines an exception thrown when a configuration entity ID is too long. |
ConfigEntityIdLengthException.php |
file |
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php |
|
ConfigEntityImportTest |
class |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests ConfigEntity importing. |
ConfigEntityImportTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
|
ConfigEntityImportTest::$modules |
property |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Modules to install. |
ConfigEntityImportTest::assertConfigUpdateImport |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Asserts that config entities are updated during import. |
ConfigEntityImportTest::checkSinglePluginConfigSync |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests that a single set of plugin config stays in sync. |
ConfigEntityImportTest::doActionUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating an action during import. |
ConfigEntityImportTest::doBlockUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a block during import. |
ConfigEntityImportTest::doFilterFormatUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a filter format during import. |
ConfigEntityImportTest::doImageStyleUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating an image style during import. |
ConfigEntityImportTest::doSearchPageUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a search page during import. |
ConfigEntityImportTest::doThirdPartySettingsUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating of third party settings. |
ConfigEntityImportTest::testConfigUpdateImport |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Runs test methods for each module within a single test run. |
ConfigEntityInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Defines a common interface for configuration entities. |
ConfigEntityInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
|
ConfigEntityInterface::calculateDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Calculates dependencies and stores them in the dependency property. |
ConfigEntityInterface::disable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Disables the configuration entity. |
ConfigEntityInterface::enable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Enables the configuration entity. |
ConfigEntityInterface::get |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns the value of a property. |
ConfigEntityInterface::getDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Gets the configuration dependencies. |
ConfigEntityInterface::hasTrustedData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Gets whether on not the data is trusted. |
ConfigEntityInterface::isInstallable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Checks whether this entity is installable. |
ConfigEntityInterface::isUninstalling |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether this entity is being changed during the uninstall process. |
ConfigEntityInterface::onDependencyRemoval |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Informs the entity that entities it depends on will be deleted. |
ConfigEntityInterface::set |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the value of a property. |
ConfigEntityInterface::setStatus |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the status of the configuration entity. |
ConfigEntityInterface::status |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether the configuration entity is enabled. |
ConfigEntityInterface::trustData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets that the data should be trusted. |
ConfigEntityListBuilder |
class |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Defines the default class to build a listing of configuration entities. |
ConfigEntityListBuilder.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
|
ConfigEntityListBuilder::$storage |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
The config entity storage class. |
ConfigEntityListBuilder::getDefaultOperations |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Gets this list's default operations. |
ConfigEntityListBuilder::getStorage |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Gets the config entity storage. |
ConfigEntityListBuilder::load |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Loads entities of this type from storage for listing. |
ConfigEntityListMultilingualTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing of configuration entities in a multilingual scenario. |
ConfigEntityListMultilingualTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
ConfigEntityListMultilingualTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
The theme to install as the default for testing. |
ConfigEntityListMultilingualTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Modules to install. |