Search for end

  1. Search 7.x for end
  2. Search 9.5.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
ColorSystemBrandingBlockAlter::preRender function core/modules/color/src/ColorSystemBrandingBlockAlter.php #pre_render callback: Sets color preset logo.
color_block_view_pre_render function core/modules/color/color.module #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.
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_drupal_render_printing_pre_render function core/modules/system/tests/modules/common_test/common_test.module Applies #printed to an element to help test #pre_render.
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.
Composer::vendorTestCodeCleanup function core/lib/Drupal/Core/Composer/Composer.php Remove possibly problematic test files from vendored projects.
ComposerProjectTemplatesTest::makeVendorPackage function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Creates a test package that points to all the projects in vendor.
CompositeFormElementTrait::preRenderCompositeFormElement function core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Adds form element theming to an element if its title or description is set.
ComputedItemListTrait::appendItem function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ConditionPluginBase::calculateDependencies function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Calculates dependencies for the configured plugin.
Config::$overriddenData property core/lib/Drupal/Core/Config/Config.php The current runtime data.
Config::calculateDependencies function core/modules/migrate/src/Plugin/migrate/destination/Config.php Calculates dependencies for the configured plugin.
Config::resetOverriddenData function core/lib/Drupal/Core/Config/Config.php Resets the current data, so overrides are re-applied.
Config::setOverriddenData function core/lib/Drupal/Core/Config/Config.php Sets the current data for this configuration object.
ConfigDependencies class core/modules/rest/src/Entity/ConfigDependencies.php Calculates rest resource config dependencies.
ConfigDependencies.php file core/modules/rest/src/Entity/ConfigDependencies.php
ConfigDependencies::$authProviders property core/modules/rest/src/Entity/ConfigDependencies.php The authentication providers, keyed by ID.
ConfigDependencies::$formatProviders property core/modules/rest/src/Entity/ConfigDependencies.php The serialization format providers, keyed by format.
ConfigDependencies::calculateDependencies function core/modules/rest/src/Entity/ConfigDependencies.php Calculates dependencies of a specific rest resource configuration.
ConfigDependencies::create function core/modules/rest/src/Entity/ConfigDependencies.php Instantiates a new instance of this class.
ConfigDependencies::onDependencyRemoval function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForMethodGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForResourceGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::__construct function core/modules/rest/src/Entity/ConfigDependencies.php Creates a new ConfigDependencies instance.
ConfigDependenciesTest class core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @coversDefaultClass \Drupal\rest\Entity\ConfigDependencies[[api-linebreak]]
ConfigDependenciesTest.php file core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::$modules property core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::providerBasicDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuth function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuthAndFormats function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveFormatForMethodGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveUnrelatedDependency function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.
ConfigDependencyDeleteFormTrait.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.

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