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
AccountForm::alterPreferredLangcodeDescription function core/modules/user/src/AccountForm.php Alters the preferred language widget description.
AccountForm::syncUserLangcode function core/modules/user/src/AccountForm.php Synchronizes preferred language and entity language.
AccountInterface::getPreferredAdminLangcode function core/lib/Drupal/Core/Session/AccountInterface.php Returns the preferred administrative language code of the account.
AccountInterface::getPreferredLangcode function core/lib/Drupal/Core/Session/AccountInterface.php Returns the preferred language code of the account.
AccountProxy::getPreferredAdminLangcode function core/lib/Drupal/Core/Session/AccountProxy.php
AccountProxy::getPreferredLangcode function core/lib/Drupal/Core/Session/AccountProxy.php
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Tests the translated and untranslated config entities are loaded properly.
AjaxCommandsTest::testCloseDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseDialogCommand
AjaxCommandsTest::testCloseModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseModalDialogCommand
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand
AjaxTestController::dialogClose function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with command to close dialog.
AjaxTestController::dialogContents function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Example content for dialog testing.
AliasManager::$langcodePreloaded property core/modules/path_alias/src/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManagerTest::testGetPathByAliasLangcode function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method when a langcode is passed explicitly.
ApiRequestTrait::decorateWithXdebugCookie function core/tests/Drupal/Tests/ApiRequestTrait.php Adds the Xdebug cookie to the request options.
BlockContentSaveTest::testDeterminingChanges function core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php Tests determining changes in hook_block_presave().
BlockLanguageCacheTest::$langcodes property core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php List of langcodes.
BookInstallTest::testBookInstallWithPreexistingContentType function core/modules/book/tests/src/Kernel/BookInstallTest.php Tests Book install with pre-existing content type.
BookMultilingualTest::LANGCODE constant core/modules/book/tests/src/Kernel/BookMultilingualTest.php The translation langcode.
BookMultilingualTest::langcodesProvider function core/modules/book/tests/src/Kernel/BookMultilingualTest.php Data provider for ::testMultilingualBooks().
BubblingTest::bubblingCacheOverwritePrerender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testOverWriteCacheKeys().
CacheBackendDecorator::logCacheOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Logs a cache operation.
CacheTagsChecksumDecorator::logCacheTagOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Logs a cache tag operation.
CacheTagsChecksumTrait::$tagCache property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Contains already loaded tag invalidation counts from the storage.
CacheTagTest::testTagCaching function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Tests the tag cache plugin.
CacheTest::testSubqueryStringCache function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests that Subqueries are cached as expected.
ChangedFieldItemList::hasAffectingChanges function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Determines whether the field has relevant changes.
CKEditor5Test::testExistingContent function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Tests configuring CKEditor 5 for existing content.
ClaroTableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Xpath selector for finding the tabledrag changed marker.
CloseDialogCommand class core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Defines an AJAX command that closes the current active dialog.
CloseDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseDialogCommand.php
CloseDialogCommand::$persist property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Whether to persist the dialog in the DOM or not.
CloseDialogCommand::$selector property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php A CSS selector string of the dialog to close.
CloseDialogCommand::render function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Return an array to be run through json_encode and sent to the client.
CloseDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Constructs a CloseDialogCommand object.
CloseModalDialogCommand class core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Defines an AJAX command that closes the currently visible modal dialog.
CloseModalDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php
CloseModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Constructs a CloseModalDialogCommand object.
ComponentRenderTest::checkNonExistingComponent function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures that including an invalid component creates an error.
ConfigCacheTag class core/modules/system/src/EventSubscriber/ConfigCacheTag.php A subscriber invalidating cache tags when system config objects are saved.
ConfigCacheTag.php file core/modules/system/src/EventSubscriber/ConfigCacheTag.php
ConfigCacheTag::$cacheTagsInvalidator property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The cache tags invalidator.
ConfigCacheTag::$themeHandler property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The theme handler.
ConfigCacheTag::getSubscribedEvents function core/modules/system/src/EventSubscriber/ConfigCacheTag.php
ConfigCacheTag::onSave function core/modules/system/src/EventSubscriber/ConfigCacheTag.php Invalidate cache tags when particular system config objects are saved.
ConfigCacheTag::__construct function core/modules/system/src/EventSubscriber/ConfigCacheTag.php Constructs a ConfigCacheTag object.
ConfigCollectionEvents class core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Defines events for working with configuration collections.
ConfigCollectionEvents.php file core/lib/Drupal/Core/Config/ConfigCollectionEvents.php
ConfigCollectionEvents::COLLECTION_INFO constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched to collect information on all config collections.

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