Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Page header for Namespaces page group core/core.api.php Introduction to namespaces
Page header for Services page group core/core.api.php Introduction to services
page-title.css file core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css This file is used to style the page title block.
page-title.css file core/themes/seven/css/components/page-title.css Page title.
page-title.css file core/themes/claro/css/components/page-title.css Page title.
page-title.css file core/themes/bartik/css/components/page-title.css Visual styles for Bartik's page-title component.
page-title.pcss.css file core/themes/claro/css/components/page-title.pcss.css Page title.
Page::$menuStorage property core/modules/views/src/Plugin/views/display/Page.php The menu storage.
Page::$usesAttachments property core/modules/views/src/Plugin/views/display/Page.php Whether the display allows attachments.
Page::buildBasicRenderable function core/modules/views/src/Plugin/views/display/Page.php Builds a basic render array which can be properly render cached.
Page::buildOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Provide a form to edit options for this plugin.
Page::calculateDependencies function core/modules/views/src/Plugin/views/display/Page.php Calculates dependencies for the configured plugin.
Page::defineOptions function core/modules/views/src/Plugin/views/display/Page.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
Page::optionsSummary function core/modules/views/src/Plugin/views/display/Page.php Provides the default summary for options in the views UI.
Page::setPageRenderArray function core/modules/views/src/Plugin/views/display/Page.php Sets the current page views render array.
Page::submitOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Handle any special handling on the validate form.
Page::validateOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Validate the options form.
Page::__construct function core/modules/views/src/Plugin/views/display/Page.php Constructs a Page object.
PageCache::$requestPolicy property core/modules/page_cache/src/StackMiddleware/PageCache.php A policy rule determining the cacheability of a request.
PageCache::$responsePolicy property core/modules/page_cache/src/StackMiddleware/PageCache.php A policy rule determining the cacheability of the response.
PageCache::pass function core/modules/page_cache/src/StackMiddleware/PageCache.php Sidesteps the page cache and directly forwards a request to the backend.
PageCache::set function core/modules/page_cache/src/StackMiddleware/PageCache.php Stores a response object in the page cache.
PageCache::storeResponse function core/modules/page_cache/src/StackMiddleware/PageCache.php Stores a response in the page cache.
PageCache::__construct function core/modules/page_cache/src/StackMiddleware/PageCache.php Constructs a PageCache object.
PageCacheTagsIntegrationTest class core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php Enables the page cache and tests its cache tags in various scenarios.
PageCacheTagsIntegrationTest.php file core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsIntegrationTest::$dumpHeaders property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsIntegrationTest::$profile property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php The profile to install as a basis for testing.
PageCacheTagsIntegrationTest::setUp function core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsIntegrationTest::testPageCacheTags function core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php Test that cache tags are properly bubbled up to the page level.
PageCacheTagsTestBase class core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php Provides helper methods for page cache tags tests.
PageCacheTagsTestBase class core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Provides helper methods for page cache tags tests.
PageCacheTagsTestBase.php file core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
PageCacheTagsTestBase.php file core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
PageCacheTagsTestBase::$dumpHeaders property core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php Always enable header dumping in page cache tags tests, this aids debugging.
PageCacheTagsTestBase::$dumpHeaders property core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Always enable header dumping in page cache tags tests, this aids debugging.
PageCacheTagsTestBase::setUp function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
PageCacheTagsTestBase::setUp function core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php Sets up a Drupal site for running functional and integration tests.
PageCacheTagsTestBase::verifyDynamicPageCache function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTagsTestBase::verifyPageCache function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTagsTestBase::verifyPageCache function core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTest class core/modules/page_cache/tests/src/Functional/PageCacheTest.php Enables the page cache and tests it with various HTTP requests.
PageCacheTest.php file core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::$defaultTheme property core/modules/page_cache/tests/src/Functional/PageCacheTest.php The theme to install as the default for testing.
PageCacheTest::$dumpHeaders property core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::$modules property core/modules/page_cache/tests/src/Functional/PageCacheTest.php Modules to enable.
PageCacheTest::getHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Retrieves only the headers for an absolute path.
PageCacheTest::setUp function core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::testCacheableResponseResponses function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests cacheability of a CacheableResponse.
PageCacheTest::testCacheableWithCustomCacheControl function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Test a cacheable response with custom cache control.

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