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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
InstallerTestBase::$parameters | property | core/ |
Additional parameters to use for installer screens. |
InstallerTestBase::$parameters | property | core/ |
Additional parameters to use for installer screens. |
InstallerTranslationMultipleLanguageTest::installParameters | function | core/ |
|
JsonApiSpec::getReservedQueryParameters | function | core/ |
Gets the reserved (official) JSON:API query parameters. |
JsonApiSpec::RESERVED_QUERY_PARAMETERS | constant | core/ |
The reserved (official) query parameters. |
LinkGeneratorTest::testGenerateParametersAsQuery | function | core/ |
Tests the link method with passed query options via parameters. |
LocalActionDefault::getRouteParameters | function | core/ |
|
LocalActionInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local action. |
LocaleNonInteractiveInstallTest::installParameters | function | core/ |
|
LocalTaskDefault::getRouteParameters | function | core/ |
|
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParametersEmptyRawParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
LocalTaskDefaultTest::testGetRouteParametersForStaticRoute | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
LocalTaskInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
MediaLibraryState::getOpenerParameters | function | core/ |
Returns all opener-specific parameter values. |
MediaLibraryState::validateRequiredParameters | function | core/ |
Validates the required parameters for a new MediaLibraryState object. |
MediaLibraryStateTest::testOpenerParameters | function | core/ |
@covers ::getOpenerParameters[[api-linebreak]] |
MenuLinkBase::getRouteParameters | function | core/ |
|
MenuLinkInterface::getRouteParameters | function | core/ |
Returns the route parameters, if available. |
MenuLinkTree::getCurrentRouteMenuTreeParameters | function | core/ |
|
MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters | function | core/ |
Gets the link tree parameters for rendering a specific menu. |
MenuTreeParameters | class | core/ |
Provides a value object to model menu tree parameters. |
MenuTreeParameters.php | file | core/ |
|
MenuTreeParameters::$activeTrail | property | core/ |
The IDs from the currently active menu link to the root of the whole tree. |
MenuTreeParameters::$conditions | property | core/ |
The conditions used to restrict which links are loaded. |
MenuTreeParameters::$expandedParents | property | core/ |
An array of parent link IDs. |
MenuTreeParameters::$maxDepth | property | core/ |
The maximum depth of menu links in the resulting tree relative to the root. |
MenuTreeParameters::$minDepth | property | core/ |
The minimum depth of menu links in the resulting tree relative to the root. |
MenuTreeParameters::$root | property | core/ |
A menu link plugin ID that should be used as the root. |
MenuTreeParameters::addCondition | function | core/ |
Adds a custom query condition. |
MenuTreeParameters::addExpandedParents | function | core/ |
Adds parent menu links IDs to restrict the tree. |
MenuTreeParameters::excludeRoot | function | core/ |
Excludes the root menu link from the tree. |
MenuTreeParameters::onlyEnabledLinks | function | core/ |
Excludes links that are not enabled. |
MenuTreeParameters::serialize | function | core/ |
|
MenuTreeParameters::setActiveTrail | function | core/ |
Sets the active trail IDs used to set the inActiveTrail property. |
MenuTreeParameters::setMaxDepth | function | core/ |
Sets a maximum depth for menu tree loading. |
MenuTreeParameters::setMinDepth | function | core/ |
Sets a minimum depth for menu tree loading. |
MenuTreeParameters::setRoot | function | core/ |
Sets a root for menu tree loading. |
MenuTreeParameters::setTopLevelOnly | function | core/ |
Ensures only the top level of the tree is loaded. |
MenuTreeParameters::unserialize | function | core/ |
|
MenuTreeParametersTest | class | core/ |
Tests the menu link tree parameters value object. |
MenuTreeParametersTest.php | file | core/ |
|
MenuTreeParametersTest::providerTestSetMinDepth | function | core/ |
Provides test data for testSetMinDepth(). |
MenuTreeParametersTest::testAddCondition | function | core/ |
Tests addCondition(). |
MenuTreeParametersTest::testAddExpanded | function | core/ |
Tests addExpandedParents(). |
MenuTreeParametersTest::testExcludeRoot | function | core/ |
Tests excludeRoot(). |
MenuTreeParametersTest::testOnlyEnabledLinks | function | core/ |
Tests onlyEnabledLinks(). |
MenuTreeParametersTest::testSerialize | function | core/ |
@covers ::serialize[[api-linebreak]] @covers ::unserialize[[api-linebreak]] |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.