Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| NodeViewBuilderTest::testPendingRevisionLinks | function | core/ |
Tests that node links are displayed correctly in pending revisions. |
| NormalizerBase::addCacheableDependency | function | core/ |
Adds cacheability if applicable. |
| NullBackend | class | core/ |
Defines a stub cache implementation. |
| NullBackend.php | file | core/ |
|
| NullBackend::delete | function | core/ |
Deletes an item from the cache. |
| NullBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| NullBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| NullBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| 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/ |
|
| 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. |
| 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 all oEmbed provider endpoints defined in the fixture providers.json will use the media_test_oembed.resource.get route as their URL. |
| 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. |
| 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. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.