| PathValidatorTest::$pathProcessor |
property |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
The path processor. |
| PathValidatorTest::$pathValidator |
property |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
The tested path validator. |
| PathValidatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
|
| PathValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php |
|
| PathValidatorTest::testGetUrlIfValidWithAccess |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method when there is access. |
| PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method with a front page + query + fragments. |
| PathValidatorTest::testGetUrlIfValidWithoutAccess |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method where there is no access. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValidWithoutAccessCheck() method. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck |
function |
core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php |
Tests getting a Url for CLI and HTTP methods. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheckWithInvalidPath |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValidWithoutAccessCheck() method with an invalid path. |
| PathValidatorTest::testGetUrlIfValidWithQuery |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method with a query in the path. |
| PathValidatorTest::testIsValidWithAccessDenied |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a user without access to the path. |
| PathValidatorTest::testIsValidWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method for an external URL. |
| PathValidatorTest::testIsValidWithFailingParameterConverting |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a not working param converting. |
| PathValidatorTest::testIsValidWithFrontpage |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method for the frontpage. |
| PathValidatorTest::testIsValidWithInvalidExternalUrl |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with an invalid external URL. |
| PathValidatorTest::testIsValidWithLinkToAnyPageAccount |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a 'link to any page' permission. |
| PathValidatorTest::testIsValidWithMethodNotAllowed |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests is valid with method not allowed. |
| PathValidatorTest::testIsValidWithNone |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method for <none> (used for jump links). |
| PathValidatorTest::testIsValidWithNotExistingPath |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a non-existent path. |
| PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method without the 'link to any page' permission. |
| PathValidatorTest::testIsValidWithParamNotConverted |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests is valid with param not converted. |
| PathValidatorTest::testIsValidWithPathAlias |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a path alias. |
| PathValidatorTest::testIsValidWithResourceNotFound |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests is valid with resource not found. |
| PathWithNodeAccessGrantsTest |
class |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
Confirm that paths work with node access grants implementations. |
| PathWithNodeAccessGrantsTest.php |
file |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
The theme to install as the default for testing. |
| PathWithNodeAccessGrantsTest::$modules |
property |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
Modules to install. |
| PathWithNodeAccessGrantsTest::setUp |
function |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::testAliasTranslation |
function |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
Tests alias functionality through the admin interfaces. |
| PathWorkspacesTest |
class |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces. |
| PathWorkspacesTest.php |
file |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
The theme to install as the default for testing. |
| PathWorkspacesTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Modules to install. |
| PathWorkspacesTest::assertAccessiblePaths |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Helper callback to verify paths are responding with status 200. |
| PathWorkspacesTest::assertNotAccessiblePaths |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Helper callback to verify paths are responding with status 404. |
| PathWorkspacesTest::setUp |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::testPathAliases |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces. |
| PathWorkspacesTest::testPathAliasesUserSwitch |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces and user switching. |
| PathWorkspacesTest::testPathAliasesWithTranslation |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces for translatable nodes. |
| path_changed_helper_test.info.yml |
file |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml |
| path_changed_helper_test.routing.yml |
file |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml |
| path_encoded_test.info.yml |
file |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml |
| path_encoded_test.routing.yml |
file |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml |
| path_test_misc.info.yml |
file |
core/modules/path/tests/modules/path_test_misc/path_test_misc.info.yml |
core/modules/path/tests/modules/path_test_misc/path_test_misc.info.yml |
| path_test_node_grants.info.yml |
file |
core/modules/path/tests/modules/path_test_node_grants/path_test_node_grants.info.yml |
core/modules/path/tests/modules/path_test_node_grants/path_test_node_grants.info.yml |
| PendingRevisionTest |
class |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Kernel tests for taxonomy pending revisions. |
| PendingRevisionTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
|
| PendingRevisionTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Modules to install. |
| PendingRevisionTest::getTaxonomyIndex |
function |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Retrieves the taxonomy index from the database. |