Search for argument
- Search 7.x for argument
- Search 9.5.x for argument
- Search 8.9.x for argument
- Search 10.3.x for argument
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ArgumentsConfigArrayKey | class | core/ |
A stub class used by testGetInstanceArguments(). |
| ArgumentsConfigArrayKey::__construct | function | core/ |
|
| ArgumentsMany | class | core/ |
A stub class used by testGetInstanceArguments(). |
| ArgumentsMany::__construct | function | core/ |
|
| ArgumentsNoConstructor | class | core/ |
A stub class used by testGetInstanceArguments(). |
| ArgumentsPluginId | class | core/ |
A stub class used by testGetInstanceArguments(). |
| ArgumentsPluginId::__construct | function | core/ |
|
| ArgumentsResolver | class | core/ |
Resolves the arguments to pass to a callable. |
| ArgumentsResolver.php | file | core/ |
|
| ArgumentsResolver::$objects | property | core/ |
An associative array of parameter names to object candidate values. |
| ArgumentsResolver::$scalars | property | core/ |
An associative array of parameter names to scalar candidate values. |
| ArgumentsResolver::$wildcards | property | core/ |
An array object candidates tried on every parameter regardless of name. |
| ArgumentsResolver::getArgument | function | core/ |
Gets the argument value for a parameter. |
| ArgumentsResolver::getArguments | function | core/ |
Gets arguments suitable for passing to the given callable. |
| ArgumentsResolver::getReflector | function | core/ |
Gets a reflector for the access check callable. |
| ArgumentsResolver::handleUnresolvedArgument | function | core/ |
Handles unresolved arguments for getArgument(). |
| ArgumentsResolver::__construct | function | core/ |
Constructs a new ArgumentsResolver. |
| ArgumentsResolverInterface | interface | core/ |
Resolves the arguments to pass to a callable. |
| ArgumentsResolverInterface.php | file | core/ |
|
| ArgumentsResolverInterface::getArguments | function | core/ |
Gets arguments suitable for passing to the given callable. |
| ArgumentsResolverTest | class | core/ |
Tests Drupal\Component\Utility\ArgumentsResolver. |
| ArgumentsResolverTest.php | file | core/ |
|
| ArgumentsResolverTest::providerTestGetArgument | function | core/ |
Provides test data to testGetArgument(). |
| ArgumentsResolverTest::providerTestHandleUnresolvedArgument | function | core/ |
Provides test data to testHandleUnresolvedArgument(). |
| ArgumentsResolverTest::testGetArgument | function | core/ |
Tests the getArgument() method. |
| ArgumentsResolverTest::testGetArgumentObject | function | core/ |
Tests getArgument() with an object. |
| ArgumentsResolverTest::testGetArgumentOrder | function | core/ |
Tests getArgument() with a Route, Request, and Account object. |
| ArgumentsResolverTest::testGetArgumentRouteNoTypeHintAndValue | function | core/ |
Tests getArgument() with a named parameter with no type hint and a value. |
| ArgumentsResolverTest::testGetWildcardArgument | function | core/ |
Tests getArgument() with a wildcard object for a parameter with a custom name. |
| ArgumentsResolverTest::testGetWildcardArgumentNoTypeHint | function | core/ |
Tests getArgument() with a wildcard parameter with no type hint. |
| ArgumentsResolverTest::testHandleNotUpcastedArgument | function | core/ |
Tests handleUnresolvedArgument() for a scalar argument. |
| ArgumentsResolverTest::testHandleUnresolvedArgument | function | core/ |
Tests handleUnresolvedArgument() for missing arguments. |
| ArgumentStringTest | class | core/ |
Tests the core Drupal\views\Plugin\views\argument\StringArgument handler. |
| ArgumentStringTest.php | file | core/ |
|
| ArgumentStringTest::$modules | property | core/ |
Modules to install. |
| ArgumentStringTest::$testViews | property | core/ |
Views to be enabled. |
| ArgumentStringTest::testGlossary | function | core/ |
Tests the glossary feature. |
| ArgumentSummaryTest | class | core/ |
Tests the summary of results when an argument is not provided. |
| ArgumentSummaryTest.php | file | core/ |
|
| ArgumentSummaryTest::$modules | property | core/ |
Modules to install. |
| ArgumentSummaryTest::$nodeType | property | core/ |
Node type with an autocomplete tagging field. |
| ArgumentSummaryTest::$tagVocabulary | property | core/ |
The vocabulary used for the test tag field. |
| ArgumentSummaryTest::$testViews | property | core/ |
Views to be enabled. |
| ArgumentSummaryTest::createTag | function | core/ |
Creates a term in the tag vocabulary. |
| ArgumentSummaryTest::setUp | function | core/ |
|
| ArgumentSummaryTest::testActiveLink | function | core/ |
Tests that the active link is set correctly. |
| ArgumentSummaryTest::testArgumentSummary | function | core/ |
Tests the argument summary feature. |
| ArgumentTransformTermTest | class | core/ |
Tests taxonomy term argument transformation. |
| ArgumentTransformTermTest.php | file | core/ |
|
| ArgumentTransformTermTest::$testViews | property | core/ |
Views to be enabled. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.