Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| LockBackendAbstract::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| LockBackendAbstractTest | class | core/ |
@coversDefaultClass \Drupal\Tests\Core\Lock\LockBackendAbstractTest[[api-linebreak]] @group Lock |
| LockBackendAbstractTest.php | file | core/ |
|
| LockBackendAbstractTest::$lock | property | core/ |
The Mocked LockBackendAbstract object. |
| LockBackendAbstractTest::setUp | function | core/ |
|
| LockBackendAbstractTest::testGetLockId | function | core/ |
Test the getLockId() method. |
| LockBackendAbstractTest::testWaitFalse | function | core/ |
Tests the wait() method when lockMayBeAvailable() returns TRUE. |
| LockBackendAbstractTest::testWaitTrue | function | core/ |
Tests the wait() method when lockMayBeAvailable() returns FALSE. |
| LockBackendInterface | interface | core/ |
Lock backend interface. |
| LockBackendInterface.php | file | core/ |
|
| LockBackendInterface::acquire | function | core/ |
Acquires a lock. |
| LockBackendInterface::getLockId | function | core/ |
Gets the unique page token for locks. |
| LockBackendInterface::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| LockBackendInterface::release | function | core/ |
Releases the given lock. |
| LockBackendInterface::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| LockBackendInterface::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| LockTest::testBackendLockRelease | function | core/ |
Tests backend release functionality. |
| LockTest::testBackendLockReleaseAll | function | core/ |
Tests backend release functionality. |
| Log::end | function | core/ |
Stop logging for the specified logging key. |
| MachineName::preRender | function | core/ |
Runs before any fields are rendered. |
| MachineName::render | function | core/ |
Renders the field. |
| MailCaptureTest::testMailSend | function | core/ |
Test to see if the wrapper function is executed correctly. |
| MailHandler::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
| MailHandlerInterface::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
| MailHandlerTest::getMockSender | function | core/ |
Builds a mock sender on given scenario. |
| MailHandlerTest::getSendMailMessages | function | core/ |
Data provider for ::testSendMailMessages. |
| MailHandlerTest::testSendMailMessages | function | core/ |
Tests the sendMailMessages method. |
| MailManager::$renderer | property | core/ |
The renderer. |
| MailManagerTest::$renderer | property | core/ |
The renderer. |
| MailManagerTest::testMailInRenderContext | function | core/ |
Tests that mails are sent in a separate render context. |
| MailTest::testRenderedElementsUseAbsolutePaths | function | core/ |
Checks that mails built from render arrays contain absolute paths. |
| MainContentRendererInterface | interface | core/ |
The interface for "main content" ( |
| MainContentRendererInterface.php | file | core/ |
|
| MainContentRendererInterface::renderResponse | function | core/ |
Renders the main content render array into a response. |
| MainContentRenderersPass | class | core/ |
Adds main_content_renderers parameter to the container. |
| MainContentRenderersPass.php | file | core/ |
|
| MainContentRenderersPass::process | function | core/ |
Collects the available main content renderer service IDs into the main_content_renderers parameter, keyed by format. |
| MainContentViewSubscriber::$mainContentRenderers | property | core/ |
The available main content renderer services, keyed per format. |
| MainContentViewSubscriber::onViewRenderArray | function | core/ |
Sets a response given a (main content) render array. |
| MaintenanceModeSubscriber::$bareHtmlPageRenderer | property | core/ |
The bare HTML page renderer. |
| main_content_renderer.ajax | service | core/ |
Drupal\Core\Render\MainContent\AjaxRenderer |
| main_content_renderer.dialog | service | core/ |
Drupal\Core\Render\MainContent\DialogRenderer |
| main_content_renderer.extra_wide_modal | service | core/ |
Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer |
| main_content_renderer.html | service | core/ |
Drupal\Core\Render\MainContent\HtmlRenderer |
| main_content_renderer.json | service | core/ |
Drupal\common_test\Render\MainContent\JsonRenderer |
| main_content_renderer.modal | service | core/ |
Drupal\Core\Render\MainContent\ModalRenderer |
| main_content_renderer.off_canvas | service | core/ |
Drupal\Core\Render\MainContent\OffCanvasRenderer |
| main_content_renderer.off_canvas_top | service | core/ |
Drupal\Core\Render\MainContent\OffCanvasRenderer |
| main_content_renderer.wide_modal | service | core/ |
Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer |
| ManagedFile::preRenderManagedFile | function | core/ |
Render API callback: Hides display of the upload or remove controls. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.