Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathPluginBase::overrideAppliesPathAndMethod | function | core/ |
Determines whether an override for the path and method should happen. |
| PathPluginBase::remove | function | core/ |
Reacts on deleting a display. |
| PathPluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| PathPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| PathPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
| PathPluginBase::validatePath | function | core/ |
Validates the path of the display. |
| PathPluginBase::__construct | function | core/ |
Constructs a PathPluginBase object. |
| PathPluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\display\PathPluginBase[[api-linebreak]] @group views |
| PathPluginBaseTest.php | file | core/ |
Contains \Drupal\Tests\views\Unit\Plugin\display\PathPluginBaseTest. |
| PathPluginBaseTest::$accessPluginManager | property | core/ |
The mocked views access plugin manager. |
| PathPluginBaseTest::$pathPlugin | property | core/ |
The tested path plugin base. |
| PathPluginBaseTest::$routeProvider | property | core/ |
The route provider that should be used. |
| PathPluginBaseTest::$state | property | core/ |
The mocked key value storage. |
| PathPluginBaseTest::setUp | function | core/ |
|
| PathPluginBaseTest::setupContainer | function | core/ |
Setup access plugin manager and config factory in the Drupal class. |
| PathPluginBaseTest::setupViewExecutableAccessPlugin | function | core/ |
Returns some mocked view entity, view executable, and access plugin. |
| PathPluginBaseTest::testAlterPostRestRoute | function | core/ |
Tests the altering of a REST route. |
| PathPluginBaseTest::testAlterRoute | function | core/ |
Tests the alter route method. |
| PathPluginBaseTest::testAlterRoutesWithOptionalParameters | function | core/ |
Tests altering routes with optional parameters in the overridden route. |
| PathPluginBaseTest::testAlterRoutesWithParameters | function | core/ |
Tests altering routes with parameters in the overridden route. |
| PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting | function | core/ |
Tests altering routes with parameters and upcasting information. |
| PathPluginBaseTest::testAlterRouteWithAlterCallback | function | core/ |
Tests the alter route method with preexisting title callback. |
| PathPluginBaseTest::testCollectRoutes | function | core/ |
Tests the collectRoutes method. |
| PathPluginBaseTest::testCollectRoutesWithArguments | function | core/ |
Tests the collectRoutes method with arguments. |
| PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath | function | core/ |
Tests the collectRoutes method with arguments not specified in the path. |
| PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse | function | core/ |
Tests the collectRoutes method with a display returning a response. |
| PathPluginBaseTest::testCollectRoutesWithNamedParameters | function | core/ |
Tests the collectRoutes method with a path containing named parameters. |
| PathPluginBaseTest::testCollectRoutesWithSpecialRouteName | function | core/ |
Tests the collect routes method with an alternative route name in the UI. |
| PathPluginBaseTest::testGetRestRoute | function | core/ |
Tests the altering of a REST route. |
| PathPluginBaseTest::testGetRouteName | function | core/ |
Tests the getRouteName method. |
| PathPluginTest | class | core/ |
Tests the node row plugin. |
| PathPluginTest.php | file | core/ |
|
| PathPluginTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathPluginTest::$modules | property | core/ |
Modules to enable. |
| PathPluginTest::$nodes | property | core/ |
Contains all nodes used by this test. |
| PathPluginTest::$testViews | property | core/ |
Views used by this test. |
| PathPluginTest::setUp | function | core/ |
Sets up the test. |
| PathPluginTest::testPathPlugin | function | core/ |
Tests the node path plugin functionality when converted to entity link. |
| PathProcessor | class | core/ |
Path processor for url_alter_test. |
| PathProcessor.php | file | core/ |
|
| PathProcessor::processInbound | function | core/ |
Processes the inbound path. |
| PathProcessorDecode | class | core/ |
Processes the inbound path by urldecoding it. |
| PathProcessorDecode.php | file | core/ |
|
| PathProcessorDecode::processInbound | function | core/ |
Processes the inbound path. |
| PathProcessorFiles | class | core/ |
Defines a path processor to rewrite file URLs. |
| PathProcessorFiles.php | file | core/ |
|
| PathProcessorFiles::processInbound | function | core/ |
Processes the inbound path. |
| PathProcessorFront | class | core/ |
Processes the inbound path by resolving it to the front page if empty. |
| PathProcessorFront.php | file | core/ |
|
| PathProcessorFront::$config | property | core/ |
A config factory for retrieving required config settings. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.