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
SortRandomTest::testRandomOrderingWithRenderCaching function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Tests random ordering with tags based caching.
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests entity loading with a non-default pending revision in Views.
StableLibraryOverrideTestBase::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Removes all vendor libraries and assets from the library definitions.
StatementBase::dispatchStatementExecutionEndEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing that the statement execution succeeded.
StatementExecutionEndEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Represents the end of a statement execution as an event.
StatementExecutionEndEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php
StatementExecutionEndEvent::getElapsedTime function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Gets the query execution elapsed time.
StatementExecutionEndEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Constructs a StatementExecutionEndEvent object.
StatementExecutionSubscriber::onStatementExecutionEnd function core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php Subscribes to a statement execution finished event.
StaticFileCacheBackend class core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Allows to cache data based on file modification dates in a static cache.
StaticFileCacheBackend.php file core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php
StaticFileCacheBackend::$bin property core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Bin used for storing the data in the static cache.
StaticFileCacheBackend::$cache property core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Internal static cache.
StaticFileCacheBackend::delete function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Deletes data from a cache backend.
StaticFileCacheBackend::fetch function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Fetches data from the cache backend.
StaticFileCacheBackend::reset function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Allows tests to reset the static cache to avoid side effects.
StaticFileCacheBackend::store function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Stores data into a cache backend.
StaticFileCacheBackend::__construct function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Constructs a PHP Storage FileCache backend.
StaticReflectionClass::getEndLine function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Calculates dependencies for the configured plugin.
StatisticsLastCommentName::render function core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Renders the field.
StatusMessages::renderMessages function core/lib/Drupal/Core/Render/Element/StatusMessages.php Render API callback: Replaces placeholder with messages.
StatusReport::preRenderGroupRequirements function core/lib/Drupal/Core/Render/Element/StatusReport.php Render API callback: Groups requirements.
StatusReportPage::preRenderCounters function core/modules/system/src/Element/StatusReportPage.php The #pre_render callback to create counter elements.
StatusReportPage::preRenderGeneralInfo function core/modules/system/src/Element/StatusReportPage.php Render API callback: Gets general info out of requirements.
StatusReportPage::preRenderRequirements function core/modules/system/src/Element/StatusReportPage.php Render API callback: Create status report requirements.
StatusReportPageTest::testPeRenderCounters function core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php Tests the status report page element.
StatusReportTest::testPreRenderGroupRequirements function core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php Tests the status report element.
StringFilter::opEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'ends with'.
StringFilter::opNotEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not ends with'.
StringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Renders fields of a given entity with a given display.
StubLockBackendAbstract class core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php A stub of the abstract LockBackendAbstract class for testing purposes.
StubLockBackendAbstract.php file core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php
StubLockBackendAbstract::acquire function core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php Acquires a lock.
StubLockBackendAbstract::lockMayBeAvailable function core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php Checks if a lock is available for acquiring.
StubLockBackendAbstract::release function core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php Releases the given lock.
StubLockBackendAbstract::releaseAll function core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php Releases all locks for the given lock token identifier.
StylePluginBase::$rendered_fields property core/modules/views/src/Plugin/views/style/StylePluginBase.php Stores the rendered field values, keyed by the row index and field name.
StylePluginBase::$render_tokens property core/modules/views/src/Plugin/views/style/StylePluginBase.php Keyed array by placeholder a cached per row tokens to render.
StylePluginBase::elementPreRenderRow function core/modules/views/src/Plugin/views/style/StylePluginBase.php Render API callback: Performs view row field rendering.
StylePluginBase::preRender function core/modules/views/src/Plugin/views/style/StylePluginBase.php Allow the style to do stuff before each row is rendered.
StylePluginBase::render function core/modules/views/src/Plugin/views/style/StylePluginBase.php Render the display in this style.
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.
StyleSerializerEntityTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php The renderer.
StyleSerializerEntityTest::testRestRenderCaching function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests REST export with views render caching enabled.
StyleSerializerKernelTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Tests calculate dependencies.
StyleSerializerTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The renderer.

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