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
ContentModerationStateTest::testContentModerationStatePendingRevisionDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state pending entity revisions.
ContentModerationStateTest::testWorkflowDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the dependencies of the workflow when using content moderation.
ContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the content moderation workflow dependencies for non-config bundles.
ContentTranslationManager::isPendingRevisionSupportEnabled function core/modules/content_translation/src/ContentTranslationManager.php Checks whether support for pending revisions should be enabled.
ContentTranslationPendingRevisionTestBase class core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Base class for pending revision translation tests.
ContentTranslationPendingRevisionTestBase.php file core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
ContentTranslationPendingRevisionTestBase::$commonPermissions property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Permissions common to all test accounts.
ContentTranslationPendingRevisionTestBase::$currentAccount property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php The current test account.
ContentTranslationPendingRevisionTestBase::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Modules to install.
ContentTranslationPendingRevisionTestBase::$storage property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php The entity storage.
ContentTranslationPendingRevisionTestBase::enableContentModeration function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Enables content moderation for the test entity type and bundle.
ContentTranslationPendingRevisionTestBase::getDeleteUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the delete translation URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationPendingRevisionTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the edit URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationPendingRevisionTestBase::loadRevisionTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Loads the active revision translation for the specified entity.
ContentTranslationPendingRevisionTestBase::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
ContentTranslationPendingRevisionTestBase::setupBundle function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Creates or initializes the bundle date if needed.
Context::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/Context.php Adds a dependency on an object: merges its cacheability metadata.
ContextInterface::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/ContextInterface.php Adds a dependency on an object: merges its cacheability metadata.
ContextTest::testSetContextValueCacheableDependency function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php @covers ::setContextValue[[api-linebreak]]
ContextualController::$renderer property core/modules/contextual/src/ContextualController.php The renderer.
ContextualController::render function core/modules/contextual/src/ContextualController.php Returns the requested rendered contextual links.
ContextualDynamicContextTest::renderContextualLinks function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Get server-rendered contextual links for the given contextual link ids.
ContextualLinkManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The cache backend used in the test.
ContextualLinks::preRender function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Runs before any fields are rendered.
ContextualLinks::preRenderLinks function core/modules/contextual/src/Element/ContextualLinks.php Pre-render callback: Builds a renderable array for contextual links.
ContextualLinks::render function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
ContextualLinksPlaceholder::preRenderPlaceholder function core/modules/contextual/src/Element/ContextualLinksPlaceholder.php Pre-render callback: Renders a contextual links placeholder into #markup.
core.extending.html.twig file core/modules/help/help_topics/core.extending.html.twig ---
label: 'Extending and modifying your site functionality'
top_level: true
---
<h2>{% trans %}What is a module?{% endtrans %}</h2>
<p>{% trans %}A <em>module</em> is a set of PHP, JavaScript, and/or CSS files…
CounterTest::renderCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Renders the counter field handler.
CronQueueTest::testSuspendQueueException function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests suspend queue exception is handled properly.
CronQueueTestSuspendQueue class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php A queue worker for testing suspending queue run.
CronQueueTestSuspendQueue.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php
CronQueueTestSuspendQueue::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php The plugin ID.
CronQueueTestSuspendQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php Works on a single queue item.
CronSuspendQueueDelayTest class core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Test Cron handling of suspended queues with a delay.
CronSuspendQueueDelayTest.php file core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::$cronConstructorArguments property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Constructor arguments for \Drupal\Core\Cron.
CronSuspendQueueDelayTest::$workerA property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::$workerB property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::providerSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Data for testing.
CronSuspendQueueDelayTest::setUp function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::testSuspendQueue function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests a queue is reprocessed again after other queues.
CronSuspendQueueDelayTest::testSuspendQueueOrder function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues are executed in order.
CronSuspendQueueDelayTest::testSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues may be re-processed by whether delay exceeds threshold.
CssCollectionRenderer class core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders CSS assets.
CssCollectionRenderer.php file core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::$assetQueryString property core/lib/Drupal/Core/Asset/CssCollectionRenderer.php The asset query string.
CssCollectionRenderer::$deprecatedProperties property core/lib/Drupal/Core/Asset/CssCollectionRenderer.php

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