Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LocalTaskTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php Gets the definition of all derivatives of a base plugin.
LocalTaskTestWithUnsafeTitle class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Test derivative to check local task title escaping.
LocalTaskTestWithUnsafeTitle.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php
LocalTaskTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
lock.persistent service core/core.services.yml Drupal\Core\Lock\PersistentDatabaseLockBackend
Lock::__construct function core/lib/Drupal/Core/TempStore/Lock.php Constructs a new Lock object.
LockBackendAbstract class core/lib/Drupal/Core/Lock/LockBackendAbstract.php Non backend related common methods implementation for lock backends.
LockBackendAbstract.php file core/lib/Drupal/Core/Lock/LockBackendAbstract.php
LockBackendAbstract::$lockId property core/lib/Drupal/Core/Lock/LockBackendAbstract.php Current page lock token identifier.
LockBackendAbstract::$locks property core/lib/Drupal/Core/Lock/LockBackendAbstract.php Existing locks for this page.
LockBackendAbstract::getLockId function core/lib/Drupal/Core/Lock/LockBackendAbstract.php Gets the unique page token for locks.
LockBackendAbstract::wait function core/lib/Drupal/Core/Lock/LockBackendAbstract.php Waits a short amount of time before a second lock acquire attempt.
LockBackendAbstractTest class core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php @coversDefaultClass \Drupal\Tests\Core\Lock\LockBackendAbstractTest[[api-linebreak]]
@group Lock
LockBackendAbstractTest.php file core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php
LockBackendAbstractTest::$lock property core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php The Mocked LockBackendAbstract object.
LockBackendAbstractTest::setUp function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php
LockBackendAbstractTest::testGetLockId function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Test the getLockId() method.
LockBackendAbstractTest::testWaitFalse function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the wait() method when lockMayBeAvailable() returns TRUE.
LockBackendAbstractTest::testWaitTrue function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the wait() method when lockMayBeAvailable() returns FALSE.
LockBackendInterface::release function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases the given lock.
LockBackendInterface::releaseAll function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases all locks for the given lock token identifier.
LockFunctionalTest class core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirm locking works between two separate requests.
LockFunctionalTest.php file core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
LockFunctionalTest::$defaultTheme property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php The theme to install as the default for testing.
LockFunctionalTest::$modules property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Modules to enable.
LockFunctionalTest::testLockAcquire function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Tests that the persistent lock is persisted between requests.
Locking mechanisms group core/lib/Drupal/Core/Lock/LockBackendInterface.php Functions to coordinate long operations across requests.
LockTest class core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests the Database lock backend.
LockTest.php file core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
LockTest::$lock property core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Database lock backend to test.
LockTest::setUp function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
LockTest::testBackendLockRelease function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
LockTest::testBackendLockReleaseAll function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
Log::start function core/lib/Drupal/Core/Database/Log.php Begin logging queries to the specified connection and logging key.
Log::transform function core/modules/migrate/src/Plugin/migrate/process/Log.php Performs the associated process.
Log::__construct function core/lib/Drupal/Core/Database/Log.php Constructor.
LoggedStatementsTrait trait core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Trait for Connection classes that can store logged statements.
LoggedStatementsTrait.php file core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
LoggedStatementsTrait::$loggedStatements property core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Logged statements.
LoggedStatementsTrait::getDriverClass function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
LoggedStatementsTrait::getLoggedStatements function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Returns the executed queries.
LoggedStatementsTrait::query function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
LoggedStatementsTrait::resetLoggedStatements function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Resets logged statements.
logger.channel.jsonapi service core/modules/jsonapi/jsonapi.services.yml
logger.channel.rest service core/modules/rest/rest.services.yml
logger.channel.security service core/core.services.yml
logger.channel.workspaces service core/modules/workspaces/workspaces.services.yml
logger.channel_base service core/core.services.yml Drupal\Core\Logger\LoggerChannel
logger.log_message_parser service core/core.services.yml Drupal\Core\Logger\LogMessageParser

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