Search for end

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

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