Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LoggingTest::testEnableTargetLoggingNoTarget function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that logs to separate targets use the same connection properly.
LoggingTest::testGetLoggingWrongKey function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that getLog with a wrong key return an empty array.
LoginLogoutMenuLink::$currentUser property core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The current user.
LoginLogoutMenuLink::getCacheContexts function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The cache contexts associated with this object.
LoginLogoutMenuLink::__construct function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Constructs a new LoginLogoutMenuLink.
LoginStatusCheck class core/modules/user/src/Access/LoginStatusCheck.php Determines access to routes based on login status of current user.
LoginStatusCheck.php file core/modules/user/src/Access/LoginStatusCheck.php
LoginStatusCheck::access function core/modules/user/src/Access/LoginStatusCheck.php Checks access.
LogMessageParser class core/lib/Drupal/Core/Logger/LogMessageParser.php Parses log messages and their placeholders.
LogMessageParser.php file core/lib/Drupal/Core/Logger/LogMessageParser.php
LogMessageParser::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParser.php Parses and transforms message and its placeholders to a common format.
LogMessageParserInterface interface core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Defines an interface for parsing log messages and their placeholders.
LogMessageParserInterface.php file core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
LogMessageParserInterface::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Parses and transforms message and its placeholders to a common format.
LogMessageParserTest class core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests Drupal\Core\Logger\LogMessageParser.
LogMessageParserTest.php file core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php
LogMessageParserTest::providerTestParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Data provider for testParseMessagePlaceholders().
LogMessageParserTest::testParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests for LogMessageParserTrait::parseMessagePlaceholders()
logo.svg.twig file core/modules/navigation/templates/logo.svg.twig <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 32 32" role="presentation" aria-hidden="true" focusable="false">
<rect fill="{{…
LogTest class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log process plugin.
LogTest class core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log process plugin.
LogTest.php file core/modules/migrate/tests/src/Unit/process/LogTest.php
LogTest.php file core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest::$executable property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Migrate executable.
LogTest::$logPlugin property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The Log process plugin.
LogTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Modules to install.
LogTest::providerTestLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Provides data for testLog.
LogTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest::testLog function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log plugin.
LogTest::testLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log plugin.
LonelyMonkeyClass class core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php A class with a single dependency.
LonelyMonkeyClass.php file core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyClass::$connection property core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php The database connection.
LonelyMonkeyClass::__construct function core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyController::$class property core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php The lonely monkey class.
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LonelyMonkeyController::__construct function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LruCacheGenericTest class core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Unit test of the LRU memory cache using the generic cache unit test base.
LruCacheGenericTest.php file core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
LruCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Most cache backends ensure changes to objects do not affect the cache.
LruCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Creates a new instance of LruMemoryCache.
LruCacheGenericTest::testInvalidateTags function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php The LRU memory cache removes items when invalidateTags is called.
LruMemoryCache::handleCacheHits function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Moves an array of cache items to the most recently used positions.
LruMemoryCache::invalidateTags function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Marks cache items with any of the specified tags as invalid.
LruMemoryCache::moveItemsToLeastRecentlyUsed function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Moves items to the least recently used positions.
LruMemoryCache::set function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Stores data in the persistent cache.
LruMemoryCache::__construct function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Constructs an LruMemoryCache object.
LruMemoryCacheTest class core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests Drupal\Core\Cache\MemoryCache\LruMemoryCache.
LruMemoryCacheTest.php file core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php
LruMemoryCacheTest::assertCacheData function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Asserts that the given cache data matches the data in the memory cache.

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