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
RowRenderCacheTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Views used by this test.
RowRenderCacheTest::doTestRenderedOutput function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Check whether the rendered output matches expectations.
RowRenderCacheTest::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Sets up the configuration and schema of views and views_test_data modules.
RowRenderCacheTest::testAdvancedCaching function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Test complex field rewriting and uncacheable field handlers.
RowRenderCacheTest::testNoCaching function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Test that rows are not cached when the none cache plugin is used.
RowTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Calculates dependencies for the configured plugin.
RowTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Render a row object. This usually passes through to a theme template
of some form, but not always.
Rss::preRender function core/modules/comment/src/Plugin/views/row/Rss.php Allow the style to do stuff before each row is rendered.
Rss::preRender function core/modules/node/src/Plugin/views/row/Rss.php Allow the style to do stuff before each row is rendered.
Rss::render function core/modules/node/src/Plugin/views/row/Rss.php Render a row object. This usually passes through to a theme template
of some form, but not always.
Rss::render function core/modules/aggregator/src/Plugin/views/row/Rss.php Render a row object. This usually passes through to a theme template
of some form, but not always.
Rss::render function core/modules/comment/src/Plugin/views/row/Rss.php Render a row object. This usually passes through to a theme template
of some form, but not always.
Rss::render function core/modules/views/src/Plugin/views/style/Rss.php Render the display in this style.
RssFields::render function core/modules/views/src/Plugin/views/row/RssFields.php Render a row object. This usually passes through to a theme template
of some form, but not always.
RssPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/row/RssPluginBase.php Calculates dependencies for the configured plugin.
ScaffoldTest::scaffoldAppendTestValues function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Test values for testDrupalDrupalFileWasAppended.
ScaffoldTest::scaffoldAppendTestValuesToPermute function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Test values to run both with $is_link FALSE and $is_link TRUE.
ScaffoldTest::testDrupalDrupalFileWasAppended function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests a fixture where the robots.txt file is prepended / appended to.
Score::render function core/modules/search/src/Plugin/views/field/Score.php Renders the field.
ScrollTopCommand::render function core/modules/views/src/Ajax/ScrollTopCommand.php Return an array to be run through json_encode and sent to the client.
Search::preRenderSearch function core/lib/Drupal/Core/Render/Element/Search.php Prepares a #type 'search' render element for input.html.twig.
SearchableHelpInterface::renderTopicForSearch function core/modules/help_topics/src/SearchableHelpInterface.php Renders one topic for search indexing or search results.
SearchBlockForm::$renderer property core/modules/search/src/Form/SearchBlockForm.php The renderer.
SearchController::$renderer property core/modules/search/src/Controller/SearchController.php The renderer.
SearchRow::render function core/modules/search/src/Plugin/views/row/SearchRow.php Render a row object. This usually passes through to a theme template
of some form, but not always.
section-dependencies.php file core/modules/layout_builder/tests/fixtures/update/section-dependencies.php Test fixture.
Section::appendComponent function core/modules/layout_builder/src/Section.php Appends a component to the end of a region.
Section::toRenderArray function core/modules/layout_builder/src/Section.php Returns the renderable array for this section.
SectionComponent::toRenderArray function core/modules/layout_builder/src/SectionComponent.php Returns the renderable array for this component.
SectionComponentBuildRenderArrayEvent class core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Event fired when a section component's render array is being built.
SectionComponentBuildRenderArrayEvent.php file core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php
SectionComponentBuildRenderArrayEvent::$build property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The render array built by the event subscribers.
SectionComponentBuildRenderArrayEvent::$component property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The section component whose render array is being built.
SectionComponentBuildRenderArrayEvent::$contexts property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The available contexts.
SectionComponentBuildRenderArrayEvent::$inPreview property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Whether the component is in preview mode or not.
SectionComponentBuildRenderArrayEvent::$plugin property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::getBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the render array in its current state.
SectionComponentBuildRenderArrayEvent::getComponent function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the section component whose render array is being built.
SectionComponentBuildRenderArrayEvent::getContexts function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the available contexts.
SectionComponentBuildRenderArrayEvent::getPlugin function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::inPreview function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Determine if the component is in preview mode.
SectionComponentBuildRenderArrayEvent::setBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Set the render array.
SectionComponentBuildRenderArrayEvent::__construct function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Creates a new SectionComponentBuildRenderArrayEvent object.
SectionComponentTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php @covers ::toRenderArray[[api-linebreak]]
SectionDependenciesUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Tests the upgrade path for Layout Builder section dependencies.
SectionDependenciesUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
SectionDependenciesUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Set database dump files to be used.
SectionDependenciesUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Tests the upgrade path for Layout Builder section dependencies.
SectionListInterface::appendSection function core/modules/layout_builder/src/SectionListInterface.php Appends a new section to the end of the list.
SectionRenderTest class core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @coversDefaultClass \Drupal\layout_builder\Section[[api-linebreak]]
@group layout_builder

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