Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
PageCacheTagsTestBase::setUp function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
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.
PageCacheTest class core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php Enables the page cache and tests it with various HTTP requests.
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.php file core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php
PageCacheTest::$defaultTheme property core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php The theme to install as the default for testing.
PageCacheTest::$defaultTheme property core/modules/page_cache/tests/src/Functional/PageCacheTest.php The theme to install as the default for testing.
PageCacheTest::$modules property core/modules/page_cache/tests/src/Functional/PageCacheTest.php Modules to enable.
PageCacheTest::$modules property core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php Modules to enable.
PageCacheTest::getHeaders function core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php Retrieves only the headers for an absolute path.
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::setUp function core/modules/hal/tests/src/Functional/page_cache/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 Tests a cacheable response with custom cache control.
PageCacheTest::testConditionalRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testFormImmutability function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the setting of forms to be immutable.
PageCacheTest::testHead function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that HEAD requests are treated the same as GET requests.
PageCacheTest::testNoUrlNormalization function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that URLs are cached in a not normalized form.
PageCacheTest::testPageCache function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests cache headers.
PageCacheTest::testPageCacheAnonymous403404 function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheAnonymousRolePermissions function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the automatic presence of the anonymous role's cache tag.
PageCacheTest::testPageCacheTags function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that the page cache doesn't depend on cacheability headers.
PageCacheTest::testPageCacheWithoutVaryCookie function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the omit_vary_cookie setting.
PageCacheTest::testQueryParameterFormatRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support for different cache items with different request formats.
PageCacheTest::testQueryParameterFormatRequests function core/modules/hal/tests/src/Functional/page_cache/PageCacheTest.php Tests support for different cache items with different request formats.
PageDisplayVariant class core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php Defines a page display variant annotation object.
PageDisplayVariant.php file core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php
PageDisplayVariantSelectionEvent class core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Event fired when rendering main content, to select a page display variant.
PageDisplayVariantSelectionEvent.php file core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php
PageDisplayVariantSelectionEvent::$contexts property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php An array of collected contexts to pass to the page display variant.
PageDisplayVariantSelectionEvent::$pluginConfiguration property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::$pluginId property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::$routeMatch property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The current route match.
PageDisplayVariantSelectionEvent::getContexts function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Gets the contexts that were set during event dispatch.
PageDisplayVariantSelectionEvent::getPluginConfiguration function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Get the configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::getPluginId function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::getRouteMatch function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Gets the current route match.
PageDisplayVariantSelectionEvent::setContexts function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Sets the contexts to be passed to the page display variant.
PageDisplayVariantSelectionEvent::setPluginConfiguration function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Set the configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::setPluginId function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::__construct function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Constructs the page display variant plugin selection event.
PageEditTest class core/modules/block_content/tests/src/Functional/PageEditTest.php Create a block and test block edit functionality.
PageEditTest.php file core/modules/block_content/tests/src/Functional/PageEditTest.php
PageEditTest::$defaultTheme property core/modules/block_content/tests/src/Functional/PageEditTest.php The theme to install as the default for testing.
PageEditTest::setUp function core/modules/block_content/tests/src/Functional/PageEditTest.php Sets the test up.
PageEditTest::testPageEdit function core/modules/block_content/tests/src/Functional/PageEditTest.php Checks block edit functionality.

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