| PathBasedBreadcrumbBuilderTest::providerTestBuildWithException |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Provides exception types for testBuildWithException. |
| PathBasedBreadcrumbBuilderTest::setUp |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
@legacy-covers ::__construct |
| PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Setup the access manager to always allow access to routes. |
| PathBasedBreadcrumbBuilderTest::setupStubPathProcessor |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Prepares the mock processInbound() method. |
| PathBasedBreadcrumbBuilderTest::testApplies |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the applied method. |
| PathBasedBreadcrumbBuilderTest::testBuildOnFrontpage |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method on the frontpage. |
| PathBasedBreadcrumbBuilderTest::testBuildWithException |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests that exceptions during request matching are caught. |
| PathBasedBreadcrumbBuilderTest::testBuildWithInvalidPath |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with an invalid path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with a non processed path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNullTitle |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with a NULL title route. |
| PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with one path element. |
| PathBasedBreadcrumbBuilderTest::testBuildWithThreePathElements |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with three path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithTwoPathElements |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the build method with two path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithUserPath |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests the breadcrumb for a user path. |
| PathChangedHelperTest |
class |
core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php |
Tests Drupal\Core\Routing\PathChangedHelper. |
| PathChangedHelperTest |
class |
core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php |
Tests the PathChangedHelper class. |
| PathChangedHelperTest.php |
file |
core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php |
|
| PathChangedHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php |
|
| PathChangedHelperTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php |
Modules to install. |
| PathChangedHelperTest::testPathChangedHelper |
function |
core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php |
Tests creating a PathChangedHelper object and getting paths. |
| PathChangedHelperTest::testPathChangedHelperException |
function |
core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php |
Tests that the constructor validates its arguments. |
| PathContentModerationTest |
class |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
Tests path aliases with Content Moderation. |
| PathContentModerationTest.php |
file |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
|
| PathContentModerationTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
The theme to install as the default for testing. |
| PathContentModerationTest::$modules |
property |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
Modules to install. |
| PathContentModerationTest::assertPathsAreAccessible |
function |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
Helper callback to verify paths are responding with status 200. |
| PathContentModerationTest::setUp |
function |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
|
| PathContentModerationTest::testNodePathAlias |
function |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
Tests node path aliases on a moderated content type. |
| PathContentModerationTest::testTranslatedModeratedNodeAlias |
function |
core/modules/path/tests/src/Functional/PathContentModerationTest.php |
Tests that translated and moderated node can get new draft revision. |
| PathElementFormTest |
class |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Tests PathElement validation and conversion functionality. |
| PathElementFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
|
| PathElementFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Modules to install. |
| PathElementFormTest::$testUser |
property |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
User for testing. |
| PathElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form constructor. |
| PathElementFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Returns a unique string identifying the form. |
| PathElementFormTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Sets up the test. |
| PathElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form submission handler. |
| PathElementFormTest::testPathElement |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Tests that default handlers are added even if custom are specified. |
| PathElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form validation handler. |
| PathEncodedTest |
class |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
Tests URL generation and routing for route paths with encoded characters. |
| PathEncodedTest.php |
file |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
|
| PathEncodedTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
|
| PathEncodedTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
|
| PathEncodedTest::testAliasToEncoded |
function |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
|
| PathEncodedTest::testGetEncoded |
function |
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php |
|
| PathEncodedTestController |
class |
core/modules/system/tests/modules/path_encoded_test/src/Controller/PathEncodedTestController.php |
Returns responses for path_encoded_test routes. |
| PathEncodedTestController.php |
file |
core/modules/system/tests/modules/path_encoded_test/src/Controller/PathEncodedTestController.php |
|
| PathEncodedTestController::simple |
function |
core/modules/system/tests/modules/path_encoded_test/src/Controller/PathEncodedTestController.php |
Returns an HTML simple response. |
| PathExtractorTest |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php |
Tests Drupal\Core\Theme\Plugin\IconExtractor\PathExtractor. |
| PathExtractorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php |
|