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
ServiceWithDependency::__construct function core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php ServiceWithDependency constructor.
SetDialogOptionCommand::render function core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Return an array to be run through json_encode and sent to the client.
SetFormCommand::render function core/modules/views_ui/src/Ajax/SetFormCommand.php Return an array to be run through json_encode and sent to the client.
SetInlineBlockDependency class core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php An event subscriber that returns an access dependency for inline blocks.
SetInlineBlockDependency.php file core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::$database property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The database connection.
SetInlineBlockDependency::$entityTypeManager property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The entity type manager.
SetInlineBlockDependency::$usage property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The inline block usage service.
SetInlineBlockDependency::getInlineBlockDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Get the access dependency of an inline block.
SetInlineBlockDependency::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::isBlockRevisionUsedInEntity function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Determines if a block content revision is used in an entity.
SetInlineBlockDependency::onGetDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.
SetInlineBlockDependency::__construct function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Constructs SetInlineBlockDependency object.
SetSubtreesCommand::render function core/modules/toolbar/src/Ajax/SetSubtreesCommand.php Return an array to be run through json_encode and sent to the client.
SettingsCommand::render function core/lib/Drupal/Core/Ajax/SettingsCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
seven_views_pre_render function core/themes/seven/seven.theme Implements hook_views_pre_render().
SharedTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStore.php The lock object used for this data.
SharedTempStoreFactory::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The lock object used for this data.
ShortcutLazyBuilders::$renderer property core/modules/shortcut/src/ShortcutLazyBuilders.php The renderer service.
shortcut_renderable_links function core/modules/shortcut/shortcut.module Returns an array of shortcut links, suitable for rendering.
ShowButtonsCommand::render function core/modules/views/src/Ajax/ShowButtonsCommand.php Return an array to be run through json_encode and sent to the client.
SimpletestTestForm::$renderer property core/modules/simpletest/src/Form/SimpletestTestForm.php The renderer.
SiteSettingsForm::$renderer property core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php The renderer.
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
StableLibraryOverrideTest::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Removes all vendor libraries and assets from the library definitions.
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.
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.
StatisticsPopularBlock::$renderer property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatusMessages::renderMessages function core/lib/Drupal/Core/Render/Element/StatusMessages.php #lazy_builder callback; replaces placeholder with messages.
StatusReport::preRenderGroupRequirements function core/lib/Drupal/Core/Render/Element/StatusReport.php #pre_render callback to group requirements.
StatusReportPage::preRenderCounters function core/modules/system/src/Element/StatusReportPage.php #pre_render callback to create counter elements.
StatusReportPage::preRenderGeneralInfo function core/modules/system/src/Element/StatusReportPage.php #pre_render callback to get general info out of requirements.
StatusReportPage::preRenderRequirements function core/modules/system/src/Element/StatusReportPage.php #pre_render callback to create status report requirements.
StringFilter::opEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::opNotEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/String/StringFormatterTest.php Renders fields of a given entity with a given display.
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::elementPreRenderRow function core/modules/views/src/Plugin/views/style/StylePluginBase.php #pre_render callback for 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.

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