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 11.x for gc
  5. Other projects
Title Object type File name Summary
EntityStorageBase::$langcodeKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php The name of the entity langcode property.
EntityTestMulLangcodeKey class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php Defines a test entity class using a custom langcode entity key.
EntityTestMulLangcodeKey.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php
EntityTranslationFormTest::$langcodes property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php The test language codes.
EntityTranslationRendererBase::getLangcode function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Returns the language code associated with the given row.
EntityTranslationRendererBase::getLangcodeByRelationship function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Returns the language code associated with the given row.
EntityTypeWithoutLanguageFormTest::testEmptyLangcode function core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Tests configuration options with an entity without language definition.
EntityUrlTest::$langcode property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The language code of the entity used in this test.
entity_test_entity_test_mul_langcode_key_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mul_langcode_key'.
entity_test_entity_test_mul_langcode_key_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'.
entity_test_entity_test_mul_langcode_key_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_langcode_key'.
EventSubscriber::onConfigImporterMissingContentOne function core/modules/config/tests/config_import_test/src/EventSubscriber.php Handles the missing content event.
EventSubscriber::onConfigImporterMissingContentTwo function core/modules/config/tests/config_import_test/src/EventSubscriber.php Handles the missing content event.
ExternalCommandRequirementsTrait::$existingCommands property core/tests/Drupal/BuildTests/Framework/ExternalCommandRequirementsTrait.php A list of existing external commands we've already discovered.
FieldItemBase::getLangcode function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the langcode of the field values held in the object.
FieldItemInterface::getLangcode function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the langcode of the field values held in the object.
FieldItemList::$langcode property core/lib/Drupal/Core/Field/FieldItemList.php The langcode of the field values held in the object.
FieldItemList::getLangcode function core/lib/Drupal/Core/Field/FieldItemList.php Gets the langcode of the field values held in the object.
FieldItemList::hasAffectingChanges function core/lib/Drupal/Core/Field/FieldItemList.php Determines whether the field has relevant changes.
FieldItemList::setLangcode function core/lib/Drupal/Core/Field/FieldItemList.php Sets the langcode of the field values held in the object.
FieldItemListInterface::getLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the langcode of the field values held in the object.
FieldItemListInterface::hasAffectingChanges function core/lib/Drupal/Core/Field/FieldItemListInterface.php Determines whether the field has relevant changes.
FieldItemListInterface::setLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Sets the langcode of the field values held in the object.
FieldItemListTest::testHasAffectingChanges function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php Tests identical behavior of ::hasAffectingChanges with ::equals.
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FilterStringTest::testFilterStringContains function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FinalMissingContentSubscriber class core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Final event subscriber to the missing content event.
FinalMissingContentSubscriber.php file core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::onMissingContent function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Handles the missing content event.
FinishResponseSubscriber::$debugCacheabilityHeaders property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Whether to send cacheability headers for debugging purposes.
InfoParserUnitTest::testTestingPackageMissingCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InlineBlockTestBase::assertDialogClosedAndTextVisible function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Asserts that the dialog closes and the new text appears on the main canvas.
InstallerExistingConfigDirectoryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Tests installation when a config_sync_directory exists and is set up.
InstallerExistingConfigDirectoryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php
InstallerExistingConfigDirectoryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php The theme to install as the default for testing.
InstallerExistingConfigDirectoryTest::$expectedFilePerms property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php The expected file perms of the folder.
InstallerExistingConfigDirectoryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Prepares the current environment for running the test.
InstallerExistingConfigDirectoryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Verifies that installation succeeded.
InstallerExistingConfigExistingSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php Verifies that installing from existing configuration works.
InstallerExistingConfigExistingSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php
InstallerExistingConfigExistingSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php Partially configures a preexisting settings.php file before invoking the
interactive installer.
InstallerExistingConfigMultilingualTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php Verifies that installing from existing configuration works.
InstallerExistingConfigMultilingualTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php
InstallerExistingConfigMultilingualTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigMultilingualTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigMultilingualTest::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php Confirms that the installation installed the configuration correctly.
InstallerExistingConfigNoConfigTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php Verifies that profiles invalid config can not be installed.
InstallerExistingConfigNoConfigTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
InstallerExistingConfigNoConfigTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php The theme to install as the default for testing.

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