Search for gc

  1. Search 7.x for gc
  2. Search 8.9.x for gc
  3. Search 10.3.x for gc
  4. Search 11.x for gc
  5. Other projects
Title Object type File name Summary
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 Returns the preferred administrative language code of the account.
AccountProxy::getPreferredLangcode function core/lib/Drupal/Core/Session/AccountProxy.php Returns the preferred language code of the account.
AjaxCommandsTest::testCloseDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseDialogCommand[[api-linebreak]]
AjaxCommandsTest::testCloseModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseModalDialogCommand[[api-linebreak]]
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand[[api-linebreak]]
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand[[api-linebreak]]
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().
CacheTagsChecksumTrait::$tagCache property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Contains already loaded tag invalidation counts from the storage.
ChangedFieldItemList::hasAffectingChanges function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Determines whether the field has relevant changes.
CKEditor::getLangcodes function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Returns a list of language codes supported by CKEditor.
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.
ColorConfigCacheInvalidator class core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php A subscriber invalidating cache tags when color config objects are saved.
ColorConfigCacheInvalidator.php file core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::$cacheTagsInvalidator property core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php The cache tags invalidator.
ColorConfigCacheInvalidator::getSubscribedEvents function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::onChange function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Invalidate cache tags when a color theme config object changes.
ColorConfigCacheInvalidator::__construct function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Constructs a ColorConfigCacheInvalidator object.
ConfigCollectionInfo class core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets information on all the possible configuration collections.
ConfigCollectionInfo.php file core/lib/Drupal/Core/Config/ConfigCollectionInfo.php
ConfigCollectionInfo::$collections property core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Configuration collection information keyed by collection name.
ConfigCollectionInfo::addCollection function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Adds a collection to the list of possible collections.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigCrudEvent class core/lib/Drupal/Core/Config/ConfigCrudEvent.php Wraps a configuration event for event listeners.
ConfigCrudEvent.php file core/lib/Drupal/Core/Config/ConfigCrudEvent.php
ConfigCrudEvent::$config property core/lib/Drupal/Core/Config/ConfigCrudEvent.php Configuration object.
ConfigCrudEvent::getConfig function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Gets configuration object.
ConfigCrudEvent::isChanged function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Checks to see if the provided configuration key's value has changed.
ConfigCrudEvent::__construct function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Constructs a configuration event object.
ConfigEntityBase::$langcode property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The language code of the entity's default language.
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.
ConfigInstaller::findPreExistingConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds pre-existing configuration objects for the provided extension.
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.

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