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
PluginDependencyTraitTest::testNeitherThemeNorModule function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies[[api-linebreak]]
PluginExtended class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php Defines a test annotation that extends an annotation in another namespace.
PluginExtended.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
PluginSettingsBase::calculateDependencies function core/lib/Drupal/Core/Field/PluginSettingsBase.php Calculates dependencies for the configured plugin.
PluginSettingsBase::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsBase.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsInterface::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Informs the plugin that some configuration it depends on will be deleted.
plugin_test_extended.info.yml file core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml
PluralTranslatableMarkup::render function core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php Renders the object as a string.
prepend-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-to-append/assets/prepend-to-robots.txt # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append composer.json fixture.
# This content is prepended to the top of the existing robots.txt fixture.
#…
prepend-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-append/assets/prepend-to-robots.txt # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append composer.json fixture.
# This content is prepended to the top of the existing robots.txt fixture.
#…
PrependCommand class core/lib/Drupal/Core/Ajax/PrependCommand.php AJAX command for calling the jQuery insert() method.
PrependCommand.php file core/lib/Drupal/Core/Ajax/PrependCommand.php
PrependCommand::render function core/lib/Drupal/Core/Ajax/PrependCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
PrerenderList class core/modules/views/src/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
PrerenderList.php file core/modules/views/src/Plugin/views/field/PrerenderList.php
PrerenderList::$items property core/modules/views/src/Plugin/views/field/PrerenderList.php Stores all items which are used to render the items.
It should be keyed first by the id of the base table, for example nid.
The second key is the id of the thing which is displayed multiple times
per row, for example the tid.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default options form that provides the label widget that all fields
should have.
PrerenderList::defineOptions function core/modules/views/src/Plugin/views/field/PrerenderList.php Information about options for all kinds of purposes will be held here.
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 Render all items in this field together.
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_8_8 constant core/modules/update/src/ProjectSecurityData.php
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_8_8 constant core/modules/update/src/ProjectSecurityData.php Define constants for versions with security coverage end dates.
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_8_9 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 @covers ::getKeys[[api-linebreak]]
@covers ::getValues[[api-linebreak]]
QueryPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Calculates dependencies for the configured plugin.
QueryTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Calculates dependencies for the configured plugin.
QuickEditController::$renderer property core/modules/quickedit/src/QuickEditController.php The renderer.
QuickEditController::renderField function core/modules/quickedit/src/QuickEditController.php Renders a field.
QuickEditEndPointAccessTest class core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php Tests accessing the Quick Edit endpoints.
QuickEditEndPointAccessTest.php file core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php
QuickEditEndPointAccessTest::$defaultTheme property core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php The theme to install as the default for testing.
QuickEditEndPointAccessTest::$modules property core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php Modules to enable.
QuickEditEndPointAccessTest::assertAccessIsBlocked function core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php Asserts that access to the passed URL is blocked.
QuickEditEndPointAccessTest::setUp function core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php
QuickEditEndPointAccessTest::testEndPointAccess function core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php Tests that Quick Edit endpoints are protected from anonymous requests.
QuickEditImageController::$renderer property core/modules/image/src/Controller/QuickEditImageController.php The renderer.
QuickEditIntegration::quickEditRenderField function core/modules/layout_builder/src/QuickEditIntegration.php Re-renders a field rendered by Layout Builder, edited with Quick Edit.
QuickEditLoadingTest::testWithPendingRevision function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Test Quick Edit does not appear for entities with pending revisions.
quickedit_test_quickedit_render_field function core/modules/quickedit/tests/modules/quickedit_test.module Implements hook_quickedit_render_field().
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/String/RawStringFormatterTest.php Renders fields of a given entity with a given display.

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