Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathChangedHelper.php | file | core/ |
|
PathChangedHelper::$newUrl | property | core/ |
The URL object for the route whose path has changed. |
PathChangedHelper::$oldUrl | property | core/ |
The URL object for the BC route. |
PathChangedHelper::newPath | function | core/ |
Returns the updated path. |
PathChangedHelper::oldPath | function | core/ |
Returns the deprecated path. |
PathChangedHelper::redirect | function | core/ |
Returns a redirect to the new path. |
PathChangedHelper::__construct | function | core/ |
Constructs a PathChangedHelper object. |
PathChangedHelperTest | class | core/ |
Tests the PathChangedHelper class. |
PathChangedHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\PathChangedHelper @group Routing |
PathChangedHelperTest.php | file | core/ |
|
PathChangedHelperTest.php | file | core/ |
|
PathChangedHelperTest::$modules | property | core/ |
Modules to install. |
PathChangedHelperTest::testPathChangedHelper | function | core/ |
Tests creating a PathChangedHelper object and getting paths. |
PathChangedHelperTest::testPathChangedHelperException | function | core/ |
Tests that the constructor validates its arguments. |
PathContentModerationTest | class | core/ |
Tests path aliases with Content Moderation. |
PathContentModerationTest.php | file | core/ |
|
PathContentModerationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathContentModerationTest::$modules | property | core/ |
Modules to install. |
PathContentModerationTest::assertPathsAreAccessible | function | core/ |
Helper callback to verify paths are responding with status 200. |
PathContentModerationTest::setUp | function | core/ |
|
PathContentModerationTest::testNodePathAlias | function | core/ |
Tests node path aliases on a moderated content type. |
PathContentModerationTest::testTranslatedModeratedNodeAlias | function | core/ |
Tests that translated and moderated node can get new draft revision. |
PathElement | class | core/ |
Provides a matched path render element. |
PathElement.php | file | core/ |
|
PathElement::CONVERT_NONE | constant | core/ |
Do not convert the submitted value from the user-supplied path. |
PathElement::CONVERT_ROUTE | constant | core/ |
Convert the submitted value into a route name and parameter pair. |
PathElement::CONVERT_URL | constant | core/ |
Convert the submitted value into a \Drupal\Core\Url value object. |
PathElement::getInfo | function | core/ |
Returns the element properties for this element. |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathElement::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
PathElementFormTest | class | core/ |
Tests PathElement validation and conversion functionality. |
PathElementFormTest.php | file | core/ |
|
PathElementFormTest::$modules | property | core/ |
Modules to install. |
PathElementFormTest::$testUser | property | core/ |
User for testing. |
PathElementFormTest::buildForm | function | core/ |
Form constructor. |
PathElementFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
PathElementFormTest::setUp | function | core/ |
Sets up the test. |
PathElementFormTest::submitForm | function | core/ |
Form submission handler. |
PathElementFormTest::testPathElement | function | core/ |
Tests that default handlers are added even if custom are specified. |
PathElementFormTest::validateForm | function | core/ |
Form validation handler. |
PathEncodedTest | class | core/ |
Tests URL generation and routing for route paths with encoded characters. |
PathEncodedTest.php | file | core/ |
|
PathEncodedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathEncodedTest::$modules | property | core/ |
Modules to install. |
PathEncodedTest::testAliasToEncoded | function | core/ |
|
PathEncodedTest::testGetEncoded | function | core/ |
|
PathEncodedTestController | class | core/ |
Returns responses for path_encoded_test routes. |
PathEncodedTestController.php | file | core/ |
|
PathEncodedTestController::simple | function | core/ |
Returns an HTML simple response. |
PathFieldDefinitionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\BaseFieldDefinition @group path |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.