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
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.
ComposerDeprecationTest::testVendorTestCodeCleanup function core/tests/Drupal/Tests/Core/Composer/ComposerDeprecationTest.php @covers ::vendorTestCodeCleanup[[api-linebreak]]
@group legacy
ComposerIntegrationTest::providerTestVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the vendor cleanup utility classes.
ComposerIntegrationTest::testVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests the vendor cleanup utilities do not have obsolete packages listed.
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 class core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @coversDefaultClass \Drupal\rest\Entity\ConfigDependencies[[api-linebreak]]
ConfigDependenciesTest.php file core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest.php file core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::$modules property core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::$modules property core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::providerBasicDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerBasicDependencies function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies[[api-linebreak]]
ConfigDependenciesTest::testCalculateDependencies function core/modules/hal/tests/src/Kernel/rest/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::testOnDependencyRemovalForResourceGranularity function core/modules/hal/tests/src/Kernel/rest/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::testOnDependencyRemovalRemoveAuth function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]

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