Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php
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
PreRequireEvent class core/modules/package_manager/src/Event/PreRequireEvent.php Event fired before packages are updated to the stage directory.
PreRequireEvent.php file core/modules/package_manager/src/Event/PreRequireEvent.php
PreventDowngradeTest class core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php Tests that a site on 11.4.0 is prevented from downgrading to 12.0.0.
PreventDowngradeTest.php file core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php
PreventDowngradeTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php
PreventDowngradeTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php
PreventDowngradeTest::testDowngradePrevention function core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php Tests prevention of incorrect update path.
PreviewAwareBlock class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php Defines a class for a context-aware block.
PreviewAwareBlock.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php
PreviewAwareBlock::build function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php
PreviewAwarePluginInterface interface core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php Provides an interface to support preview mode injection in plugins.
PreviewAwarePluginInterface.php file core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php
PreviewAwarePluginInterface::setInPreview function core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php Set preview mode for the plugin.
PreviewFallbackInterface interface core/lib/Drupal/Core/Render/PreviewFallbackInterface.php Allows an element to provide a fallback representation of itself for preview.
PreviewFallbackInterface.php file core/lib/Drupal/Core/Render/PreviewFallbackInterface.php
PreviewFallbackInterface::getPreviewFallbackString function core/lib/Drupal/Core/Render/PreviewFallbackInterface.php Returns a string to be used as a fallback during preview.
PreviewTest class core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests the UI preview functionality.
PreviewTest class core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests the UI preview functionality.
PreviewTest.php file core/modules/views_ui/tests/src/Functional/PreviewTest.php
PreviewTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
PreviewTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
PreviewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/PreviewTest.php
PreviewTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
PreviewTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Views used by this test.
PreviewTest::$testViews property core/modules/views_ui/tests/src/Functional/PreviewTest.php Views used by this test.
PreviewTest::assertClass function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Asserts that an element has a given class.
PreviewTest::assertPreviewAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Assert that the preview contains expected data.
PreviewTest::clickPreviewLinkAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Click on a preview link.
PreviewTest::dataSet function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns a very simple test dataset.
PreviewTest::enableViewsTestModule function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Sets up the views_test_data.module.
PreviewTest::getPreviewAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Get the preview form and force an AJAX preview update.
PreviewTest::schemaDefinition function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns the schema definition.
PreviewTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
PreviewTest::testPreviewAdditionalInfo function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests the additional information query info area.
PreviewTest::testPreviewContextual function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests contextual links in the preview form.
PreviewTest::testPreviewError function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests view validation error messages in the preview.
PreviewTest::testPreviewSortLink function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests the link to sort in the preview form.
PreviewTest::testPreviewTitle function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests HTML is filtered from the view title when previewing.
PreviewTest::testPreviewUI function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests arguments in the preview form.
PreviewTest::testPreviewWithPagersUI function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests pagers in the preview form.
PreviewTest::testTaxonomyAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests the taxonomy term preview AJAX.
PreviewTest::viewsData function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns the views data definition.
PreviewToggleTrait trait core/modules/layout_builder/src/Form/PreviewToggleTrait.php Provides a trait that provides a toggle for the content preview.
PreviewToggleTrait.php file core/modules/layout_builder/src/Form/PreviewToggleTrait.php

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