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
StylePluginBase::renderFields function core/modules/views/src/Plugin/views/style/StylePluginBase.php Renders all of the fields for a given style and store them on the object.
StylePluginBase::renderGrouping function core/modules/views/src/Plugin/views/style/StylePluginBase.php Group records as needed for rendering.
StylePluginBase::renderGroupingSets function core/modules/views/src/Plugin/views/style/StylePluginBase.php Render the grouping sets.
StylePluginBase::renderRowGroup function core/modules/views/src/Plugin/views/style/StylePluginBase.php Renders a group of rows of the grouped view.
StyleSerializerTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The renderer.
StyleSerializerTest::testRestRenderCaching function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests REST export with views render caching enabled.
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
SvgIconBuilder::buildRenderArray function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG.
system.action.send_email_2815379.yml file core/modules/system/tests/fixtures/update/system.action.send_email_2815379.yml core/modules/system/tests/fixtures/update/system.action.send_email_2815379.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
system_post_update_fix_jquery_extend function core/modules/system/system.post_update.php Clear the library cache and ensure aggregate files are regenerated.
system_post_update_recalculate_configuration_entity_dependencies function core/modules/system/system.post_update.php Re-save all configuration entities to recalculate dependencies.
Table::preRenderTable function core/lib/Drupal/Core/Render/Element/Table.php #pre_render callback to transform children of an element of #type 'table'.
Tableselect::preRenderTableselect function core/lib/Drupal/Core/Render/Element/Tableselect.php Prepares a 'tableselect' #type element for rendering.
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::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::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 "has at least one of these tags" functionality.
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.
Tel::preRenderTel function core/lib/Drupal/Core/Render/Element/Tel.php Prepares a #type 'tel' render element for input.html.twig.
template_preprocess_theme_test_render_element function core/modules/system/tests/modules/theme_test/theme_test.module Prepares variables for test render element templates.
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::renderEncodedMarkup function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with encoded markup.
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::renderPipeInLink function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with pipe character in link test.
Test::renderTitle function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with a title.
TestBlockPluginWithRefinableDependentAccessInterface interface core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Test interface for dependent access block plugins.
TestCacheableDependency class core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php Cacheable dependency object for use in tests.

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