Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ArgumentPluginBase::query | function | core/ |
Set up the query for this argument. |
ArgumentPluginBase::setArgument | function | core/ |
Set the input for this argument |
ArgumentPluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
ArgumentPluginBase::summaryArgument | function | core/ |
Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl(). |
ArgumentPluginBase::summaryBasics | function | core/ |
Some basic summary behavior that doesn't need to be repeated as much as code that goes into summaryQuery() |
ArgumentPluginBase::summaryName | function | core/ |
Provides the name to use for the summary. By default this is just the name field. |
ArgumentPluginBase::summaryNameField | function | core/ |
Add the name field, which is the field displayed in summary queries. This is often used when the argument is numeric. |
ArgumentPluginBase::summaryQuery | function | core/ |
Build the info for the summary query. |
ArgumentPluginBase::summarySort | function | core/ |
Sorts the summary based upon the user's selection. The base variant of this is usually adequate. |
ArgumentPluginBase::title | function | core/ |
Get the title this argument will assign the view, given the argument. |
ArgumentPluginBase::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
ArgumentPluginBase::unpackArgumentValue | function | core/ |
Splits an argument into value and operator properties on this instance. |
ArgumentPluginBase::validateArgument | function | core/ |
Validate that this argument works. By default, all arguments are valid. |
ArgumentPluginBase::validateFail | function | core/ |
How to act if validation fails. |
ArgumentPluginBase::validateMenuArgument | function | core/ |
Called by the menu system to validate an argument. |
ArgumentPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
ArgumentsAllNull | class | core/ |
A stub class used by testGetInstanceArguments(). |
ArgumentsAllNull::__construct | function | core/ |
|
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/ |
@coversDefaultClass \Drupal\Component\Utility\ArgumentsResolver @group Access |
ArgumentsResolverTest.php | file | core/ |
Contains \Drupal\Tests\Component\Utility\ArgumentsResolverTest. |
ArgumentsResolverTest::providerTestGetArgument | function | core/ |
Provides test data to testGetArgument(). |
ArgumentsResolverTest::providerTestHandleUnresolvedArgument | function | core/ |
Provides test data to testHandleUnresolvedArgument(). |
ArgumentsResolverTest::setUp | function | core/ |
|
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 typehint 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 typehint. |
ArgumentsResolverTest::testHandleNotUpcastedArgument | function | core/ |
Tests handleUnresolvedArgument() for a scalar argument. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.