| ConfigInstallTest::testCollectionInstallationCollectionConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests collections which do not support config entities install correctly. |
| ConfigManager::$entityRepository |
property |
core/lib/Drupal/Core/Config/ConfigManager.php |
The entity repository. |
| ConfigManager::$entityTypeManager |
property |
core/lib/Drupal/Core/Config/ConfigManager.php |
The entity type manager. |
| ConfigManager::findConfigEntityDependencies |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Finds config entities that are dependent on extensions or entities. |
| ConfigManager::findConfigEntityDependenciesAsEntities |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Finds config entities that are dependent on extensions or entities. |
| ConfigManager::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Returns the entity type of a configuration object. |
| ConfigManager::getEntityTypeManager |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Gets the entity type manager. |
| ConfigManager::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Loads a configuration entity using the configuration name. |
| ConfigManagerInterface::findConfigEntityDependencies |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::findConfigEntityDependenciesAsEntities |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Finds config entities that are dependent on extensions or entities. |
| ConfigManagerInterface::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Returns the entity type of a configuration object. |
| ConfigManagerInterface::getEntityTypeManager |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets the entity type manager. |
| ConfigManagerInterface::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Loads a configuration entity using the configuration name. |
| ConfigOtherModuleTest::testInstallConfigEntityModuleFirst |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Tests enabling the provider of the config entity type first. |
| ConfigSingleExportForm::$entityTypeManager |
property |
core/modules/config/src/Form/ConfigSingleExportForm.php |
The entity type manager. |
| ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter(). |
| ConfigTestHooks::entityTypeAlter |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTestResourceTestBase::$entity |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
|
| ConfigTestResourceTestBase::$entityTypeId |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
The tested entity type. |
| ConfigTestResourceTestBase::createEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Creates the entity to be tested. |
| ConfigTestResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the expected normalization of the entity. |
| ConfigTestResourceTestBase::getNormalizedPostEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the normalized POST entity. |
| ConfigTestRestHooks::entityTypeAlter |
function |
core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTestTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
|
| ConfigTestTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The tested entity type. |
| ConfigTestTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Creates the entity to be tested. |
| ConfigTranslationEntityListBuilder |
class |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Defines the configuration translation list builder for entities. |
| ConfigTranslationEntityListBuilder.php |
file |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
|
| ConfigTranslationEntityListBuilder::buildHeader |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Builds the header row for the entity listing. |
| ConfigTranslationEntityListBuilder::buildRow |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Builds a row for an entity in the entity listing. |
| ConfigTranslationEntityListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Provides user facing strings for the filter element. |
| ConfigTranslationEntityListBuilder::getOperations |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Provides an array of information to build a list of operation links. |
| ConfigTranslationEntityListBuilder::render |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| ConfigTranslationEntityListBuilder::setMapperDefinition |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Sets the config translation mapper definition. |
| ConfigTranslationEntityListBuilder::sortRows |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Sorts an array by value. |
| ConfigTranslationEntityListBuilder::sortRowsMultiple |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Sorts an array by multiple criteria. |
| ConfigTranslationEntityListBuilderInterface |
interface |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php |
Defines an interface for configuration translation entity list builders. |
| ConfigTranslationEntityListBuilderInterface.php |
file |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php |
|
| ConfigTranslationEntityListBuilderInterface::setMapperDefinition |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php |
Sets the config translation mapper definition. |
| ConfigTranslationEntityListBuilderInterface::sortRows |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php |
Sorts an array by value. |
| ConfigTranslationFieldListBuilder::$baseEntityBundles |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The bundle info for the base entity type. |
| ConfigTranslationFieldListBuilder::$baseEntityInfo |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
An array containing the base entity type's definition. |
| ConfigTranslationFieldListBuilder::$baseEntityType |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The name of the entity type the fields are attached to. |
| ConfigTranslationFieldListBuilder::$entityTypeBundleInfo |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The entity bundle info. |
| ConfigTranslationFieldListBuilder::$entityTypeManager |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The entity type manager. |
| ConfigTranslationHooks::entityOperation |
function |
core/modules/config_translation/src/Hook/ConfigTranslationHooks.php |
Implements hook_entity_operation(). |
| ConfigTranslationHooks::entityTypeAlter |
function |
core/modules/config_translation/src/Hook/ConfigTranslationHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTranslationTestHooks::entityTypeAlter |
function |
core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTranslationUiTest::testContactConfigEntityTranslation |
function |
core/modules/contact/tests/src/Functional/ConfigTranslationUiTest.php |
Tests the contact form translation. |
| ConfigurableLanguageResourceTestBase::$entity |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php |
|