Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Other projects
Title Object type File name Summary
LinkBaseTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests the render method when getEntity returns NULL.
LinkFieldTest::renderTestEntity function core/modules/link/tests/src/Functional/LinkFieldTest.php Renders a test_entity and returns the output.
LinkGenerator::$renderer property core/lib/Drupal/Core/Utility/LinkGenerator.php The renderer service.
LinkGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php The mocked renderer service.
LinkReplyTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php Test the render method when getEntity returns NULL.
LinksetControllerTest::testDisabledEndpoint function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test that api route does not exist if the config option is disabled.
LinksetControllerTestBase::enableEndpoint function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Enables or disables the menu linkset endpoint.
ListingEmpty::render function core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Render the area.
ListingEmpty::render function core/modules/node/src/Plugin/views/area/ListingEmpty.php Render the area.
ListInterface::appendItem function core/lib/Drupal/Core/TypedData/ListInterface.php Appends a new item to the list.
LocalActionManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked cache backend.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testCircularDependency function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Tests that there are no circular dependencies.
LocalStream::dir_opendir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Open directory handle.
LocalTaskManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The cache backend used in the test.
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 Tests Drupal\Core\Lock\LockBackendAbstract.
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 Tests 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 interface core/lib/Drupal/Core/Lock/LockBackendInterface.php Lock backend interface.
LockBackendInterface.php file core/lib/Drupal/Core/Lock/LockBackendInterface.php
LockBackendInterface::acquire function core/lib/Drupal/Core/Lock/LockBackendInterface.php Acquires a lock.
LockBackendInterface::getLockId function core/lib/Drupal/Core/Lock/LockBackendInterface.php Gets the unique page token for locks.
LockBackendInterface::lockMayBeAvailable function core/lib/Drupal/Core/Lock/LockBackendInterface.php Checks if a lock is available for acquiring.
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.
LockBackendInterface::wait function core/lib/Drupal/Core/Lock/LockBackendInterface.php Waits a short amount of time before a second lock acquire attempt.
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::end function core/lib/Drupal/Core/Database/Log.php Stop logging for the specified logging key.
LruCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Creates a new instance of LruMemoryCache.
MachineName::preRender function core/modules/views/src/Plugin/views/field/MachineName.php Runs before any fields are rendered.
MachineName::render function core/modules/views/src/Plugin/views/field/MachineName.php Renders the field.
MailCaptureTest::testMailSend function core/tests/Drupal/FunctionalTests/MailCaptureTest.php Tests to see if the wrapper function is executed correctly.
MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'sendmail' mailer scheme.
MailHandler::sendMailMessages function core/modules/contact/src/MailHandler.php Sends mail messages as appropriate for a given Message form submission.
MailHandlerInterface::sendMailMessages function core/modules/contact/src/MailHandlerInterface.php Sends mail messages as appropriate for a given Message form submission.
MailHandlerTest::getMockSender function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock sender on given scenario.
MailHandlerTest::getSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Data provider for ::testSendMailMessages.
MailHandlerTest::testSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the sendMailMessages method.
MailManager::$renderer property core/lib/Drupal/Core/Mail/MailManager.php The renderer.

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