Search for gc

  1. Search 7.x for gc
  2. Search 9.5.x for gc
  3. Search 8.9.x for gc
  4. Search 10.3.x for gc
  5. Other projects
Title Object type File name Summary
ConfigCRUDTest::testCRUD function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests CRUD operations.
ConfigCRUDTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests data type handling.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.
ConfigCRUDTest::testValueValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object values.
ConfigEntityBase::$langcode property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The language code of the entity's default language.
ConfigEntityValidationTestBase::testLangcode function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the config entity's langcode is validated.
ConfigFactory::getConfigCacheKey function core/lib/Drupal/Core/Config/ConfigFactory.php Gets the static cache key for a given config name.
ConfigFactory::getConfigCacheKeys function core/lib/Drupal/Core/Config/ConfigFactory.php Gets all the cache keys that match the provided config name.
ConfigImporter::processMissingContent function core/lib/Drupal/Core/Config/ConfigImporter.php Handles processing of missing content.
ConfigImporterMissingContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests importing configuration which has missing content dependencies.
ConfigImporterMissingContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Config Importer object used for testing.
ConfigImporterMissingContentTest::$logMessages property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php The logged messages.
ConfigImporterMissingContentTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Modules to install.
ConfigImporterMissingContentTest::log function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::register function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Registers test-specific services.
ConfigImporterMissingContentTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::testMissingBlockContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content, config import and the block plugin manager.
ConfigImporterMissingContentTest::testMissingContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content event is fired.
ConfigImporterTest::testMissingCoreExtension function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests missing core.extension during configuration import.
ConfigInstaller::findPreExistingConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds pre-existing configuration objects for the provided extension.
ConfigInstallWebTest::testPreExistingConfigInstall function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests pre-existing configuration detection.
ConfigManager::$configCollectionInfo property core/lib/Drupal/Core/Config/ConfigManager.php The configuration collection info.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManager::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManager.php Gets available collection information using the event system.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets available collection information using the event system.
ConfigMapperInterface::getLangcode function core/modules/config_translation/src/ConfigMapperInterface.php Returns the original language code of the configuration.
ConfigMapperInterface::getLangcodeFromConfig function core/modules/config_translation/src/ConfigMapperInterface.php Returns the language code of a configuration object given its name.
ConfigMapperInterface::setLangcode function core/modules/config_translation/src/ConfigMapperInterface.php Sets the original language code.
ConfigMapperTest::testAddingConfigNames function core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Tests adding config names to mapper.
ConfigNamesMapper::$langcode property core/modules/config_translation/src/ConfigNamesMapper.php The language code of the language this mapper, if any.
ConfigNamesMapper::getLangcode function core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapper::getLangcodeFromConfig function core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapper::setLangcode function core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapperTest::testGetLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getLangcode().
ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigTest::testMixedCaseConfigCleanupPackages function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths
ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
ConfigTranslationCacheTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Languages to enable.
ConfigTranslationInstallTest::$langcode property core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php The language code in which to install Drupal.
ConfigTranslationOverviewTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Languages to enable.
ConfigTranslationUiTestBase::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTestBase.php Languages to enable.
ConfigTranslationUiThemeTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Languages to enable.
ConfigurableLanguage::createFromLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Creates a configurable language object from a langcode.
ConfigurableLanguage::getDefaultLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the default langcode.
ConfigurableLanguageRenderer::$langcode property core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php A specific language code for rendering if available.
ConfigurableLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php
ContentEntityBase::$activeLangcode property core/lib/Drupal/Core/Entity/ContentEntityBase.php Language code identifying the entity active language.
ContentEntityBase::$defaultLangcode property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for the default language code.

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