Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| ChainedFastBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| ChainedFastBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| ChainedFastBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| ChainedFastBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| ChainedFastBackend::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX | constant | core/ |
Cache key prefix for the bin-specific entry to track the last write. |
| ChainedFastBackend::markAsOutdated | function | core/ |
Marks the fast cache bin as outdated because of a write. |
| ChainedFastBackend::removeBin | function | core/ |
Remove a cache bin. |
| ChainedFastBackend::reset | function | core/ |
@todo Document in https://www.drupal.org/node/2311945. |
| ChainedFastBackend::set | function | core/ |
Stores data in the persistent cache. |
| ChainedFastBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| ChainedFastBackend::__construct | function | core/ |
Constructs a ChainedFastBackend object. |
| ChainedFastBackendFactory | class | core/ |
Defines the chained fast cache backend factory. |
| ChainedFastBackendFactory.php | file | core/ |
|
| ChainedFastBackendFactory::$consistentServiceName | property | core/ |
The service name of the consistent backend factory. |
| ChainedFastBackendFactory::$fastServiceName | property | core/ |
The service name of the fast backend factory. |
| ChainedFastBackendFactory::get | function | core/ |
Instantiates a chained, fast cache backend class for a given cache bin. |
| ChainedFastBackendFactory::__construct | function | core/ |
Constructs ChainedFastBackendFactory object. |
| ChainedFastBackendTest | class | core/ |
Unit test of the fast chained backend using the generic cache unit test base. |
| ChainedFastBackendTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\ChainedFastBackend[[api-linebreak]] @group Cache |
| ChainedFastBackendTest.php | file | core/ |
|
| ChainedFastBackendTest.php | file | core/ |
|
| ChainedFastBackendTest::$bin | property | core/ |
The cache bin. |
| ChainedFastBackendTest::$consistentCache | property | core/ |
The consistent cache backend. |
| ChainedFastBackendTest::$fastCache | property | core/ |
The fast cache backend. |
| ChainedFastBackendTest::createCacheBackend | function | core/ |
Creates a new instance of ChainedFastBackend. |
| ChainedFastBackendTest::testFallThroughToConsistentCache | function | core/ |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testGetDoesNotHitConsistentBackend | function | core/ |
Tests a get() on the fast backend, with no hit on the consistent backend. |
| ChangedCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| ChangeUserRoleBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| Checkbox::preRenderCheckbox | function | core/ |
Prepares a #type 'checkbox' render element for input.html.twig. |
| CKEditor::$renderer | property | core/ |
The renderer. |
| CKEditorPluginBase::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
| CKEditorPluginInterface::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
| ClaroPreRender | class | core/ |
Implements trusted prerender callbacks for the Claro theme. |
| ClaroPreRender.php | file | core/ |
|
| ClaroPreRender::container | function | core/ |
Prerender callback for container elements. |
| ClaroPreRender::managedFile | function | core/ |
Prerender callback for managed_file. |
| ClaroPreRender::messagePlaceholder | function | core/ |
Prerender callback for status_messages placeholder. |
| ClaroPreRender::operations | function | core/ |
Prerender callback for the Operations element. |
| ClaroPreRender::textFormat | function | core/ |
Prerender callback for text_format elements. |
| ClaroPreRender::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| ClaroPreRender::verticalTabs | function | core/ |
Prerender callback for Vertical Tabs element. |
| claro_views_pre_render | function | core/ |
Implements hook_views_pre_render(). |
| CloseDialogCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| Color::preRenderColor | function | core/ |
Prepares a #type 'color' render element for input.html.twig. |
| ColorSystemBrandingBlockAlter::preRender | function | core/ |
#pre_render callback: Sets color preset logo. |
| Combine::opEndsWith | function | core/ |
|
| Combine::opNotEndsWith | function | core/ |
|
| CommandInterface::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.