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 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
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::testFastBackendGracePeriod 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.
ChainedFastBackendTest::testSet function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests that sets only get written to the consistent backend.
ChainedFastBackendTest::testSetInvalidDataFastBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on consistent backend without saving on fast 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
Checkbox::preRenderCheckbox function core/lib/Drupal/Core/Render/Element/Checkbox.php Prepares a #type 'checkbox' render element for input.html.twig.
CircularDependencyHooks class core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php Example to test that a hook service can depend on ModuleHandler.
CircularDependencyHooks.php file core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
CircularDependencyHooks::testHook function core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php #[Hook('test_hook')]
CircularDependencyHooks::__construct function core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
ClaroHooks::viewsPreRender function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_views_pre_render().
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
ClaroPreRender::verticalTabs function core/themes/claro/src/ClaroPreRender.php Prerender callback for Vertical Tabs element.
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
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 Render API callback: Builds the comment form.
CommentLazyBuilders::renderLinks function core/modules/comment/src/CommentLazyBuilders.php Render API 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.
CommentNewIndicatorTest::renderNewCommentsNodeLinks function core/modules/history/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.
CommonTestThemeHooks::commonTestRenderElement function core/modules/system/tests/modules/common_test/src/Hook/CommonTestThemeHooks.php Implements hook_preprocess_HOOK().
ComplexTestType::onDependencyRemoval function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php
ComponentElement::preRenderComponent function core/lib/Drupal/Core/Render/Element/ComponentElement.php Expands a component into an inline template with an attachment.
ComponentInFormTest::testFormRenderingAndSubmission function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Tests that fields validation messages are sorted in the fields order.
ComponentKernelTestBase::renderComponentRenderArray function core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php Renders a component for testing sake.
ComponentNegotiatorTest::testRenderWithReplacements function core/tests/Drupal/KernelTests/Components/ComponentNegotiatorTest.php Tests rendering components with component replacement.
ComponentNodeVisitorTest::testDebugRendersComponentStartWithVariant function core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Test debug output for sdc components with component id and variant.
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
ComponentRenderInvalidTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php

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