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 11.x for end
  6. Other projects
Title Object type File name Summary
PrerenderList::defineOptions function core/modules/views/src/Plugin/views/field/PrerenderList.php
PrerenderList::getItems function core/modules/views/src/Plugin/views/field/PrerenderList.php Items should be stored in the result array, if possible, as an array
with 'value' as the actual displayable value of the item, plus
any items that might be found in the 'alter' options array for
creating links, such as…
PrerenderList::renderItems function core/modules/views/src/Plugin/views/field/PrerenderList.php
PrivateTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/PrivateTempStore.php The lock object used for this data.
PrivateTempStoreFactory::$lockBackend property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The lock object used for this data.
ProcessedText::preRenderText function core/modules/filter/src/Element/ProcessedText.php Pre-render callback: Renders a processed text element into #markup.
ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_4 constant core/modules/update/src/ProjectSecurityData.php
ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_5 constant core/modules/update/src/ProjectSecurityData.php
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_4 constant core/modules/update/src/ProjectSecurityData.php Define constants for versions with security coverage end dates.
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_5 constant core/modules/update/src/ProjectSecurityData.php
ProjectSecurityRequirement::getDateEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement based on an end date.
ProjectSecurityRequirement::getVersionEndCoverageMessage function core/modules/update/src/ProjectSecurityRequirement.php Gets the message for additional minor version security coverage.
ProjectSecurityRequirement::getVersionEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the requirements based on security coverage until a specific version.
Provider::$endpoints property core/modules/media/src/OEmbed/Provider.php The provider endpoints.
Provider::getEndpoints function core/modules/media/src/OEmbed/Provider.php Returns the provider endpoints.
QueryFactoryTest::testGetKeysWildCardEnd function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Tests get keys wild card end.
QueryPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/query/QueryPluginBase.php
QueryTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
Radio::preRenderRadio function core/lib/Drupal/Core/Render/Element/Radio.php Prepares a #type 'radio' render element for input.html.twig.
Range::preRenderRange function core/lib/Drupal/Core/Render/Element/Range.php Prepares a #type 'range' render element for input.html.twig.
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RecipeRunnerTest::testThemeModuleDependenciesInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module and theme dependencies installed after processing a recipe.
RedirectCommand::render function core/lib/Drupal/Core/Ajax/RedirectCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
RefinableCacheableDependencyInterface interface core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Allows to add cacheability metadata to an object for the current runtime.
RefinableCacheableDependencyInterface.php file core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php
RefinableCacheableDependencyInterface::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds a dependency on an object: merges its cacheability metadata.
RefinableCacheableDependencyInterface::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache contexts.
RefinableCacheableDependencyInterface::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache tags.
RefinableCacheableDependencyInterface::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Merges the maximum age (in seconds) with the existing maximum age.
RefinableCacheableDependencyTrait trait core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.
RefinableCacheableDependencyTrait.php file core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTraitTest class core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php Tests the cache RefinableCacheableDependencyTrait.
RefinableCacheableDependencyTraitTest.php file core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php
RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation function core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php Tests non cacheable dependency add deprecation.
RefinableDependentAccessInterface interface core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php An interface to allow adding an access dependency.
RefinableDependentAccessInterface.php file core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php
RefinableDependentAccessInterface::addAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php Adds an access dependency into the existing access dependency.
RefinableDependentAccessInterface::setAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php Sets the access dependency.
RefinableDependentAccessTrait trait core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php Trait for \Drupal\Core\Access\RefinableDependentAccessInterface.
RefinableDependentAccessTrait.php file core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::$accessDependency property core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php The access dependency.
RefinableDependentAccessTrait::addAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::getAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::setAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTraitTestClass class core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Test class that implements RefinableDependentAccessInterface.
RelationshipPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php

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