Search for parameters
- Search 7.x for parameters
- Search 9.5.x for parameters
- Search 10.3.x for parameters
- Search 11.x for parameters
- Search main for parameters
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuTreeParametersTest::testSetMinDepth | function | core/ |
Tests setMinDepth(). |
| MenuTreeParametersTest::testSetTopLevelOnly | function | core/ |
Tests setTopLevelOnly(). |
| NodeTypeTranslationTest::installParameters | function | core/ |
Install Drupal in a language other than English for this test. This is not needed to test the node type translation itself but acts as a regression test. |
| NullRouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| NullRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| OptimizedPhpArrayDumper::getParameters | function | core/ |
Gets parameters of the container as a PHP array. |
| OptimizedPhpArrayDumper::prepareParameters | function | core/ |
Prepares parameters for the PHP array dumping. |
| OptimizedPhpArrayDumperTest::getParametersDataProvider | function | core/ |
Data provider for testGetParameters(). |
| OptimizedPhpArrayDumperTest::testGetParameters | function | core/ |
Tests that parameter processing works properly. |
| pager.parameters | service | core/ |
Drupal\Core\Pager\PagerParameters |
| PagerDeprecationTest::testGetQueryParameters | function | core/ |
@expectedDeprecation pager_get_query_parameters is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->getQueryParameters() instead. See https://www.drupal.org/node/2779457 |
| PagerManager::getUpdatedParameters | function | core/ |
Gets the URL query parameter array of a pager link. |
| PagerManagerInterface::getUpdatedParameters | function | core/ |
Gets the URL query parameter array of a pager link. |
| PagerManagerTest::testGetUpdatedParameters | function | core/ |
@covers ::getUpdatedParameters[[api-linebreak]] |
| PagerParameters | class | core/ |
Provides pager information contained within the current request. |
| PagerParameters.php | file | core/ |
|
| PagerParameters::$requestStack | property | core/ |
The HTTP request stack. |
| PagerParameters::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerParameters::getPagerParameter | function | core/ |
Gets the 'page' query parameter for the current request. |
| PagerParameters::getPagerQuery | function | core/ |
Gets the request query parameter. |
| PagerParameters::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
| PagerParameters::__construct | function | core/ |
Construct a PagerManager object. |
| PagerParametersInterface | interface | core/ |
Interface describing pager information contained within the request. |
| PagerParametersInterface.php | file | core/ |
|
| PagerParametersInterface::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerParametersInterface::getPagerParameter | function | core/ |
Gets the 'page' query parameter for the current request. |
| PagerParametersInterface::getPagerQuery | function | core/ |
Gets the request query parameter. |
| PagerParametersInterface::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
| PagerTest::testPagerQueryParametersAndCacheContext | function | core/ |
Test proper functioning of the query parameters and the pager cache context. |
| PagerTestController::queryParameters | function | core/ |
Returns a pager with 'parameters' variable. |
| pager_get_query_parameters | function | core/ |
Compose a URL query parameter array for pager links. |
| ParamNotConvertedException::$rawParameters | property | core/ |
The raw parameters that were not converted. |
| ParamNotConvertedException::getRawParameters | function | core/ |
Get the raw parameters that were not converted. |
| 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::testCollectRoutesWithNamedParameters | function | core/ |
Tests the collectRoutes method with a path containing named parameters. |
| PhpArrayContainer::resolveServicesAndParameters | function | core/ |
Resolves arguments that represent services or variables to the real values. |
| RequestHandler::getLegacyParameters | function | core/ |
Provides the parameter usable without an argument resolver. |
| RequestPagerTest::testGetQueryParameters | function | core/ |
@covers ::getQueryParameters[[api-linebreak]] |
| RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
| RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
| RouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| RouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatchTestBase::testGetParameters | function | core/ |
@covers ::getParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
@covers ::getRawParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| Routes::getResourceTypeNameFromParameters | function | core/ |
Gets the resource type from a route or request's parameters. |
| SearchInterface::getParameters | function | core/ |
Returns the current parameters set using setSearch(). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.