Search for end
- Search 7.x for end
- Search 9.5.x for end
- Search 8.9.x for end
- Search 10.3.x for end
- Search main for end
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NullBackend::get | function | core/ |
Returns data from the persistent cache. |
| NullBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| NullBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| NullBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| NullBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| NullBackend::removeBin | function | core/ |
Remove a cache bin. |
| NullBackend::set | function | core/ |
Stores data in the persistent cache. |
| NullBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| NullBackend::__construct | function | core/ |
Constructs a NullBackend object. |
| NullBackendFactory | class | core/ |
Defines a stub cache backend factory. |
| NullBackendFactory.php | file | core/ |
|
| NullBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| NullBackendTest | class | core/ |
Tests the cache NullBackend. |
| NullBackendTest.php | file | core/ |
|
| NullBackendTest::testNullBackend | function | core/ |
Tests that the NullBackend does not actually store variables. |
| NullLockBackend | class | core/ |
Defines a Null lock backend. |
| NullLockBackend.php | file | core/ |
|
| NullLockBackend::$lockId | property | core/ |
Current page lock token identifier. |
| NullLockBackend::acquire | function | core/ |
Acquires a lock. |
| NullLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| NullLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| NullLockBackend::release | function | core/ |
Releases the given lock. |
| NullLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| NullLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| Number::preRenderNumber | function | core/ |
Prepares a #type 'number' render element for input.html.twig. |
| NumericField::render | function | core/ |
Renders the field. |
| NyanCatThemeEngine::renderTemplate | function | core/ |
Renders a template. |
| nyan_cat_render_template | function | core/ |
Implements hook_render_template(). |
| OEmbedFormatterTest::providerRender | function | core/ |
Data provider for testRender(). |
| OEmbedFormatterTest::testRender | function | core/ |
Tests the oEmbed field formatter. |
| OEmbedIframeController::$renderer | property | core/ |
The renderer service. |
| OEmbedIframeController::render | function | core/ |
Renders an oEmbed resource. |
| OEmbedTestTrait::hijackProviderEndpoints | function | core/ |
Ensures that oEmbed provider endpoints use the test resource route. |
| OffCanvasRenderer | class | core/ |
Default main content renderer for off-canvas dialog requests. |
| OffCanvasRenderer.php | file | core/ |
|
| OffCanvasRenderer::$position | property | core/ |
The position to render the off-canvas dialog. |
| OffCanvasRenderer::$renderer | property | core/ |
The renderer. |
| OffCanvasRenderer::renderResponse | function | core/ |
Renders the main content render array into a response. |
| OffCanvasRenderer::__construct | function | core/ |
Constructs a new OffCanvasRenderer. |
| OliveroPreRender | class | core/ |
Implements trusted prerender callbacks for the Olivero theme. |
| OliveroPreRender.php | file | core/ |
|
| OliveroPreRender::messagePlaceholder | function | core/ |
Prerender callback for status_messages placeholder. |
| OliveroPreRender::textFormat | function | core/ |
Prerender callback for text_format elements. |
| OliveroPreRender::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| OpenDialogCommand | class | core/ |
Defines an AJAX command to open certain content in a dialog. |
| OpenDialogCommand.php | file | core/ |
|
| OpenDialogCommand::$content | property | core/ |
The content for the dialog. |
| OpenDialogCommand::$dialogOptions | property | core/ |
Stores dialog-specific options passed directly to jQuery UI dialogs. |
| OpenDialogCommand::$selector | property | core/ |
The selector of the dialog. |
| OpenDialogCommand::$settings | property | core/ |
Custom settings passed to Drupal behaviors on the content of the dialog. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.