| PageCacheTest::testQueryParameterFormatRequests |
function |
core/modules/page_cache/tests/src/Functional/PageCacheTest.php |
Tests support for different cache items with different request formats. |
| PageContextTest |
class |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the PageContext Top Bar item build output. |
| PageContextTest.php |
file |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
|
| PageContextTest::entityLabelProvider |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Data provider for entity label scenarios. |
| PageContextTest::setUp |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
|
| PageContextTest::testBuildContentModerationNoPending |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests content moderation build output with no pending revisions. |
| PageContextTest::testBuildContentModerationWithPendingActive |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the content moderation build when is active with a pending entity. |
| PageContextTest::testBuildEntityLabel |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the build of an entity label within the page context plugin. |
| PageContextTest::testBuildStatusBadge |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the status badge for published and unpublished entities. |
| PageContextTest::testBuildWhenNoEntityOnRoute |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the build method when no entity is present on the route. |
| PageContextTest::testNoValidBadge |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the behavior of a plugin with no valid badge present. |
| 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 |
|
| PageEditTest::setUp |
function |
core/modules/block_content/tests/src/Functional/PageEditTest.php |
|
| PageEditTest::testPageEdit |
function |
core/modules/block_content/tests/src/Functional/PageEditTest.php |
Checks block edit functionality. |
| PageNotFoundTest |
class |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
Tests page not found functionality, including custom 404 pages. |
| PageNotFoundTest.php |
file |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
|
| PageNotFoundTest::$adminUser |
property |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
The test user. |
| PageNotFoundTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
|
| PageNotFoundTest::$modules |
property |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
|
| PageNotFoundTest::setUp |
function |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
|
| PageNotFoundTest::testPageNotFound |
function |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
Tests page not found. |
| PageNotFoundTest::testPageNotFoundCustomPageWithAccessDenied |
function |
core/modules/system/tests/src/Functional/System/PageNotFoundTest.php |
Tests that an inaccessible custom 404 page falls back to the default. |
| PagePreviewTest |
class |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Tests the node entity preview functionality. |
| PagePreviewTest.php |
file |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
|
| PagePreviewTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
The theme to install as the default for testing. |
| PagePreviewTest::$fieldName |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
The name of the created field. |
| PagePreviewTest::$modules |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Enable the comment, node and taxonomy modules to test on the preview. |
| PagePreviewTest::$term |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
A term. |
| PagePreviewTest::setUp |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
|
| PagePreviewTest::testPagePreview |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Checks the node preview functionality. |
| PagePreviewTest::testPagePreviewCache |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Tests node preview with dynamic_page_cache and anonymous users. |
| PagePreviewTest::testPagePreviewWithRevisions |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Checks the node preview functionality, when using revisions. |
| PagePreviewTest::testSimultaneousPreview |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Checks the node preview accessible for simultaneous node editing. |
| PageRenderTest |
class |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
Test page rendering hooks. |
| PageRenderTest.php |
file |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
|
| PageRenderTest::assertPageRenderHookExceptions |
function |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
Asserts whether expected exceptions are thrown for invalid hook implementations. |
| PageRenderTest::testHookPageAlter |
function |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
Tests hook_page_attachments_alter() exceptions. |
| PageRenderTest::testHookPageAttachmentsExceptions |
function |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
Tests hook_page_attachments() exceptions. |
| PageRenderTest::testHtmlRendererAttachmentsRenderContext |
function |
core/modules/system/tests/src/Kernel/Common/PageRenderTest.php |
Tests HtmlRenderer::invokePageAttachmentHooks in a render context. |
| PagerKernelTest |
class |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
Tests pager-related APIs. |
| PagerKernelTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
|
| PagerKernelTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
|
| PagerKernelTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
|
| PagerKernelTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
|
| PagerKernelTest::testSetPagerMethods |
function |
core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php |
Tests pager-related setter methods on ViewExecutable. |
| PagerManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests Drupal\Core\Pager\PagerManager. |
| PagerManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
|
| PagerManagerTest::providerTestGetMaxPagerElementId |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Provides test cases for PagerManagerTest::testGetMaxPagerElementId(). |