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
StyleTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Calculates dependencies for the configured plugin.
StyleTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Render the display in this style.
SuspendQueueException class core/lib/Drupal/Core/Queue/SuspendQueueException.php Exception class to throw to indicate that a cron queue should be skipped.
SuspendQueueException.php file core/lib/Drupal/Core/Queue/SuspendQueueException.php
SuspendQueueException::$delay property core/lib/Drupal/Core/Queue/SuspendQueueException.php Seconds to wait before resuming the queue, or NULL if unknown.
SuspendQueueException::getDelay function core/lib/Drupal/Core/Queue/SuspendQueueException.php Get the desired delay interval for this item.
SuspendQueueException::isDelayable function core/lib/Drupal/Core/Queue/SuspendQueueException.php Determine whether the next time the queue should be checked is known.
SuspendQueueException::__construct function core/lib/Drupal/Core/Queue/SuspendQueueException.php Constructs a SuspendQueueException.
SvgIconBuilder::buildRenderArray function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG.
Symfony\Component\Mailer\Transport\SendmailTransportFactory service core/modules/mailer/mailer.services.yml
SystemCompactLink::preRenderCompactLink function core/lib/Drupal/Core/Render/Element/SystemCompactLink.php Pre-render callback: Renders a link into #markup.
SystemMenuBlockTest::testSystemMenuBlockConfigDependencies function core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Tests calculation of a system menu block's configuration dependencies.
SystemTestController::$renderer property core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php The renderer.
SystemTestController::permissionDependentContent function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Shows permission-dependent content.
SystemTestController::preRenderCacheTags function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Sets a cache tag on an element to help test #pre_render and cache tags.
system_dependencies_test.info.yml file core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
system_incompatible_core_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
system_incompatible_module_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
Table::preRenderTable function core/lib/Drupal/Core/Render/Element/Table.php Render API callback: Transform children of an element of #type 'table'.
TabledragWarningCommand::render function core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php Return an array to be run through json_encode and sent to the client.
Tableselect::preRenderTableselect function core/lib/Drupal/Core/Render/Element/Tableselect.php Prepares a 'tableselect' #type element for rendering.
TableSortExtender class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender.
TableSortExtender class core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
TableSortExtender.php file core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtender.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php
TableSortExtender::orderByHeader function core/lib/Drupal/Core/Database/Query/TableSortExtender.php Order the query based on a header array.
TableSortExtender::__construct function core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtenderTest class core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests table sorting.
TableSortExtenderTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php
TableSortExtenderTest::testTableSortInit function core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests \Drupal\Core\Utility\TableSort::getContextFromRequest().
TableTest::assertTableStructureInRenderedPage function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Confirms the saved page has the expected table structure.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TaggingTest::testExtenderHasAllTags function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging "has all of these tags" functionality.
TaggingTest::testExtenderHasAnyTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging for "has at least one of these tags".
TaggingTest::testExtenderHasTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Confirms that an extended query has a tag added to it.
TaxonomyIndexTid::calculateDependencies function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Calculates dependencies for the configured plugin.
TaxonomyIndexTid::preRender function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Runs before any fields are rendered.
TaxonomyIndexTid::render_item function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Renders a single item of a row.
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.
TaxonomyTermContentModerationTest::testTaxonomyTermPendingRevisions function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests changing field values in pending revisions of taxonomy terms.
Tel::preRenderTel function core/lib/Drupal/Core/Render/Element/Tel.php Prepares a #type 'tel' render element for input.html.twig.
TemplateProjectTestBase::createVendorRepository function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Creates a Composer repository for all dependencies of the test project.
template_preprocess_theme_test_render_element function core/modules/system/tests/modules/theme_test/theme_test.module Prepares variables for test render element templates.
TemporaryArrayObjectThrowingExceptions::append function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Append a value to the ArrayObject.
TermStorage::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorage.php Gets a list of term IDs with pending revisions.
TermStorageInterface::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorageInterface.php Gets a list of term IDs with pending revisions.
Test::renderPage function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Returns a generic page render array for title tests.
Test::renderTitle function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with a title.
TestBaseThemeHooks::viewsPostRender function core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Implements hook_views_post_render().

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