Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
ChainedFastBackendTest.php file core/tests/Drupal/Tests/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.
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.
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.
CommandWithAttachedAssetsTrait::getRenderedContent function core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php Processes the content for output.
CommentController::renderNewCommentsNodeLinks function core/modules/comment/src/Controller/CommentController.php Returns a set of nodes' last read timestamps.
CommentDefaultFormatter::calculateDependencies function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Calculates dependencies for the configured plugin.
CommentForm::$renderer property core/modules/comment/src/CommentForm.php The renderer.
CommentLazyBuilders::$renderer property core/modules/comment/src/CommentLazyBuilders.php The renderer service.
CommentLazyBuilders::renderForm function core/modules/comment/src/CommentLazyBuilders.php #lazy_builder callback; builds the comment form.
CommentLazyBuilders::renderLinks function core/modules/comment/src/CommentLazyBuilders.php #lazy_builder callback; builds a comment's links.
CommentNewIndicatorTest::renderNewCommentsNodeLinks function core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php Get node "x new comments" metadata from the server for the current user.
common-test-render-element.html.twig file core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig Default theme implementation for the common test render element.
common_test_preprocess_common_test_render_element function core/modules/system/tests/modules/common_test/common_test.module Implements MODULE_preprocess_HOOK().
ComplexTestType::onDependencyRemoval function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php Informs the plugin that a dependency of the workflow will be deleted.
ComponentElement::preRenderComponent function core/lib/Drupal/Core/Render/Element/ComponentElement.php Expands a component into an inline template with an attachment.
ComponentKernelTestBase::renderComponentRenderArray function core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Renders a component for testing sake.
ComponentNegotiatorTest::testRenderWithReplacements function core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php Tests rendering components with component replacement.
ComponentRenderInvalidTest class core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Tests invalid render options for components.
ComponentRenderInvalidTest.php file core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php
ComponentRenderInvalidTest::$modules property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Modules to install.
ComponentRenderInvalidTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Themes to install.
ComponentRenderInvalidTest::testInvalidDefinitionModule function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderInvalidTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderTest class core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest.php file core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
ComponentRenderTest.php file core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php

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