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. Search 11.x for gc
  6. Other projects
Title Object type File name Summary
DbLogController::createLink function core/modules/dblog/src/Controller/DbLogController.php Creates a Link object if the provided URI is valid.
DbLogController::eventDetails function core/modules/dblog/src/Controller/DbLogController.php Displays details about a specific database log message.
DbLogController::formatMessage function core/modules/dblog/src/Controller/DbLogController.php Formats a database log message.
DbLogController::getLogLevelClassMap function core/modules/dblog/src/Controller/DbLogController.php Gets an array of log level classes.
DbLogController::overview function core/modules/dblog/src/Controller/DbLogController.php Displays a listing of database log messages.
DbLogController::topLogMessages function core/modules/dblog/src/Controller/DbLogController.php Shows the most frequent log messages of a given event type.
DbLogController::__construct function core/modules/dblog/src/Controller/DbLogController.php
DbLogControllerTest class core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests for the DbLogController class.
DbLogControllerTest.php file core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::$modules property core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Modules to install.
DbLogControllerTest::setUp function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::testDbLogCorrupted function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests corrupted log entries can still display available data.
DbLogControllerTest::testNonLatinCharacters function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests links with non latin characters.
DbLogTest::testDbLogCron function core/modules/dblog/tests/src/Kernel/DbLogTest.php Tests that cron correctly applies the database log row limit.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultLangcode class core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php Provides a destination plugin for the default langcode config.
DefaultLangcode.php file core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php
DefaultLangcode::import function core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php Import the row.
DefaultLanguageItem::getDefaultLangcode function core/modules/language/src/DefaultLanguageItem.php Provides default language code of given entity.
DefaultLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php
DefaultLanguageRenderer::getLangcodeByRelationship function core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php
DisplayFeedTranslationTest::$langcodes property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The added languages.
DistributionProfileTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
DistributionProfileTranslationTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DocParserTest::testTrailingCommaIsAllowed function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DrupalDebugClassLoader class core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Extends Symfony's DebugClassLoader for Drupal-aware vendor boundaries.
DrupalDebugClassLoader.php file core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
DrupalDebugClassLoader::$patchTypesProperty property core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Cached ReflectionProperty for DebugClassLoader::$patchTypes.
DrupalDebugClassLoader::$returnTypesProperty property core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Cached ReflectionProperty for DebugClassLoader::$returnTypes.
DrupalDebugClassLoader::checkAnnotations function core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php
DrupalDebugClassLoader::getExtensionName function core/tests/Drupal/TestTools/ErrorHandler/DrupalDebugClassLoader.php Extracts the Drupal extension name from a fully qualified class name.
DrupalDebugClassLoaderTest class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests the DrupalDebugClassLoader.
DrupalDebugClassLoaderTest.php file core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
DrupalDebugClassLoaderTest::$loader property core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php A DrupalDebugClassLoader instance for testing.
DrupalDebugClassLoaderTest::getReturnTypeDeprecations function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Returns only the return-type deprecations for a given class.
DrupalDebugClassLoaderTest::setUp function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
DrupalDebugClassLoaderTest::testCrossModuleReturnTypeDeprecation function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests that cross-module return type deprecations are generated.
DrupalDebugClassLoaderTest::testNoDeprecation function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Tests scenarios that should NOT trigger cross-module deprecations.
Drupal\package_manager\LoggingCommitter service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager_bypass\LoggingCommitter service core/modules/package_manager/tests/modules/package_manager_bypass/package_manager_bypass.services.yml
EarlyRenderingControllerTest class core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Verifies that bubbleable metadata of early rendering is not lost.
EarlyRenderingControllerTest.php file core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$modules property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::testEarlyRendering function core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Tests theme preprocess functions being able to attach assets.
EarlyRenderingControllerWrapperSubscriber class core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Subscriber that wraps controllers, to handle early rendering.
EarlyRenderingControllerWrapperSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php

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