Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathParentCacheContextTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\Context\PathParentCacheContext @group Cache |
PathParentCacheContextTest.php | file | core/ |
|
PathParentCacheContextTest::providerTestGetContext | function | core/ |
Provides a list of paths and expected cache contexts. |
PathParentCacheContextTest::testGetContext | function | core/ |
@covers ::getContext |
PathPluginBase | class | core/ |
The base display plugin for path/callbacks. This is used for pages and feeds. |
PathPluginBase.php | file | core/ |
|
PathPluginBase::$routeProvider | property | core/ |
The route provider. |
PathPluginBase::$state | property | core/ |
The state key value store. |
PathPluginBase::alterRoutes | function | core/ |
Alters a collection of routes and replaces definitions to the view. |
PathPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
PathPluginBase::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
PathPluginBase::create | function | core/ |
Creates an instance of the plugin. |
PathPluginBase::defineOptions | function | core/ |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions(). |
PathPluginBase::execute | function | core/ |
Executes the view and returns data in the format required. |
PathPluginBase::getAlteredRouteNames | function | core/ |
Returns the list of routes overridden by Views. |
PathPluginBase::getMenuLinks | function | core/ |
Gets menu links, if this display provides some. |
PathPluginBase::getPath | function | core/ |
Returns the base path to use for this display. |
PathPluginBase::getRoute | function | core/ |
Generates a route entry for a given view and display. |
PathPluginBase::getRouteName | function | core/ |
Returns the route name for the display. |
PathPluginBase::getUrlInfo | function | core/ |
Generates a URL to this display. |
PathPluginBase::hasPath | function | core/ |
Checks to see if the display has a 'path' field. |
PathPluginBase::isDefaultTabPath | function | core/ |
Determines if this display's path is a default tab. |
PathPluginBase::optionsSummary | function | core/ |
Provides the default summary for options in the views UI. |
PathPluginBase::overrideApplies | function | core/ |
Determines whether the view overrides the given route. |
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 @group views |
PathPluginBaseTest.php | file | core/ |
|
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. |
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.