Search for d
Title | Object type | File name | Summary |
---|---|---|---|
ArgumentPluginBase::defaultAccessDenied | function | core/ |
Default action: access denied. |
ArgumentPluginBase::defaultAction | function | core/ |
Handle the default action, which means our argument wasn't present. |
ArgumentPluginBase::defaultActions | function | core/ |
Provide a list of default behaviors for this argument if the argument is not present. |
ArgumentPluginBase::defaultArgumentForm | function | core/ |
Provide a form for selecting the default argument when the default action is set to provide default argument. |
ArgumentPluginBase::defaultDefault | function | core/ |
This just returns true. The view argument builder will know where to find the argument from. |
ArgumentPluginBase::defaultEmpty | function | core/ |
Default action: empty |
ArgumentPluginBase::defaultIgnore | function | core/ |
Default action: ignore. |
ArgumentPluginBase::defaultNotFound | function | core/ |
Default action: not found. |
ArgumentPluginBase::defaultSummary | function | core/ |
Default action: summary. |
ArgumentPluginBase::defaultSummaryForm | function | core/ |
Provide a form for selecting further summary options when the default action is set to display one. |
ArgumentPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
ArgumentPluginBase::encodeValidatorId | function | core/ |
Sanitize validator options including derivatives with : for js. |
ArgumentPluginBase::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
ArgumentPluginBase::getDefaultArgument | function | core/ |
Get a default argument, if available. |
ArgumentPluginBase::hasDefaultArgument | function | core/ |
Determine if the argument is set to provide a default argument. |
ArgumentPluginBase::needsStylePlugin | function | core/ |
Determine if the argument needs a style plugin. |
ArgumentPluginBase::preRenderMoveArgumentOptions | function | core/ |
Moves argument options into their place. |
ArgumentPluginBase::processContainerRadios | function | core/ |
Custom form radios process function. |
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::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
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. |
ArgumentsPluginId | class | core/ |
A stub class used by testGetInstanceArguments(). |
ArgumentsPluginId::__construct | function | core/ |
|
ArgumentsResolver::$wildcards | property | core/ |
An array object candidates tried on every parameter regardless of name. |
ArgumentsResolver::handleUnresolvedArgument | function | core/ |
Handles unresolved arguments for getArgument(). |
ArgumentsResolverTest::providerTestGetArgument | function | core/ |
Provides test data to testGetArgument(). |
ArgumentsResolverTest::providerTestHandleUnresolvedArgument | function | core/ |
Provides test data to testHandleUnresolvedArgument(). |
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. |
ArgumentsResolverTest::testHandleUnresolvedArgument | function | core/ |
Tests handleUnresolvedArgument() for missing arguments. |
ArgumentStringTest::$modules | property | core/ |
Modules to enable. |
ArgumentTransformTermTest::termArgumentTransformationProvider | function | core/ |
Provides data for testTermArgumentTransformation(). |
ArgumentUidRevisionTest | class | core/ |
Tests the argument_node_uid_revision handler. |
ArgumentUidRevisionTest.php | file | core/ |
|
ArgumentUidRevisionTest::$modules | property | core/ |
Modules to enable. |
ArgumentUidRevisionTest::$testViews | property | core/ |
Views to be enabled. |
ArgumentUidRevisionTest::setUp | function | core/ |
|
ArgumentUidRevisionTest::testArgument | function | core/ |
Tests the node_uid_revision argument. |
ArgumentValidateTest | class | core/ |
Tests user argument validators for ID and name. |
ArgumentValidateTest.php | file | core/ |
|
ArgumentValidateTest::$account | property | core/ |
A user for this test. |
ArgumentValidateTest::$modules | property | core/ |
Modules to enable. |
ArgumentValidateTest::$testViews | property | core/ |
Views to be enabled. |
ArgumentValidateTest::setUp | function | core/ |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.