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 11.x for end
  6. Other projects
Title Object type File name Summary
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
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::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::setUpWorker function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Initializes a queue worker mock object.
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.
css-order-dependent.css file core/modules/system/tests/themes/sdc_theme_test/css/css-order-dependent.css div {
display: block;
}
CssCollectionRenderer class core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders CSS assets.
CssCollectionRenderer.php file core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::render function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Constructs a CssCollectionRenderer.
CssCollectionRendererUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests the CSS asset collection renderer.
CssCollectionRendererUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::$fileCssGroup property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A valid file CSS asset group.
CssCollectionRendererUnitTest::$renderer property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A CSS asset renderer.
CssCollectionRendererUnitTest::providerTestRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Provides data for the CSS asset rendering test.
CssCollectionRendererUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::testRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests CSS asset rendering.
CssCollectionRendererUnitTest::testRenderInvalidType function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests a CSS asset group with the invalid 'type' => 'internal'.
CssCommand::render function core/lib/Drupal/Core/Ajax/CssCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Custom::preRenderCustomForm function core/modules/views/src/Plugin/views/field/Custom.php Prerender function to move the textarea to the top of a form.
Custom::render function core/modules/views/src/Plugin/views/field/Custom.php
DatabaseBackend class core/lib/Drupal/Core/Flood/DatabaseBackend.php Defines the database flood backend. This is the default Drupal backend.
DatabaseBackend class core/lib/Drupal/Core/Cache/DatabaseBackend.php Defines a default cache implementation.
DatabaseBackend.php file core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend.php file core/lib/Drupal/Core/Flood/DatabaseBackend.php
DatabaseBackend::$bin property core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::$checksumProvider property core/lib/Drupal/Core/Cache/DatabaseBackend.php The cache tags checksum provider.
DatabaseBackend::$connection property core/lib/Drupal/Core/Cache/DatabaseBackend.php The database connection.
DatabaseBackend::$maxRows property core/lib/Drupal/Core/Cache/DatabaseBackend.php The maximum number of rows that this cache bin table is allowed to store.
DatabaseBackend::catchException function core/lib/Drupal/Core/Cache/DatabaseBackend.php Act on an exception when cache might be stale.
DatabaseBackend::catchException function core/lib/Drupal/Core/Flood/DatabaseBackend.php Act on an exception when flood might be stale.
DatabaseBackend::clear function core/lib/Drupal/Core/Flood/DatabaseBackend.php
DatabaseBackend::clearByPrefix function core/lib/Drupal/Core/Flood/DatabaseBackend.php
DatabaseBackend::DEFAULT_MAX_ROWS constant core/lib/Drupal/Core/Cache/DatabaseBackend.php The default maximum number of rows that this cache bin table can store.
DatabaseBackend::delete function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::deleteAll function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::deleteMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::doInsert function core/lib/Drupal/Core/Flood/DatabaseBackend.php Inserts an event into the flood table.
DatabaseBackend::doSetMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Stores multiple items in the persistent cache.
DatabaseBackend::ensureBinExists function core/lib/Drupal/Core/Cache/DatabaseBackend.php Check if the cache bin exists and create it if not.
DatabaseBackend::ensureTableExists function core/lib/Drupal/Core/Flood/DatabaseBackend.php Check if the flood table exists and create it if not.
DatabaseBackend::garbageCollection function core/lib/Drupal/Core/Flood/DatabaseBackend.php

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