Search for argument
- Search 7.x for argument
- Search 8.9.x for argument
- Search 10.3.x for argument
- Search 11.x for argument
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ArgumentPluginBase::defaultSummaryForm | function | core/ |
Provides a form for selecting summary options. |
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::exceptionTitle | function | core/ |
|
ArgumentPluginBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
ArgumentPluginBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
ArgumentPluginBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
ArgumentPluginBase::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
ArgumentPluginBase::getDefaultArgument | function | core/ |
Get a default argument, if available. |
ArgumentPluginBase::getPlugin | function | core/ |
Get the display or row plugin, if it exists. |
ArgumentPluginBase::getSortName | function | core/ |
Return a description of how the argument would normally be sorted. |
ArgumentPluginBase::getTitle | function | core/ |
Determines the title to use for the view. |
ArgumentPluginBase::getTokenHelp | function | core/ |
Provide token help information for the argument. |
ArgumentPluginBase::getValue | function | core/ |
Get the value of this argument. |
ArgumentPluginBase::hasDefaultArgument | function | core/ |
Determine if the argument is set to provide a default argument. |
ArgumentPluginBase::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
ArgumentPluginBase::isException | function | core/ |
|
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::processSummaryArguments | function | core/ |
Process the summary arguments for display. |
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/ |
Provides the argument to use to link from the summary to the next level. |
ArgumentPluginBase::summaryBasics | function | core/ |
Adds basic information to the summary query. |
ArgumentPluginBase::summaryName | function | core/ |
Provides the name to use for the summary, defaults to the name field. |
ArgumentPluginBase::summaryNameField | function | core/ |
Adds the name field, which is the field displayed in summary queries. |
ArgumentPluginBase::summaryQuery | function | core/ |
Build the info for the summary query. |
ArgumentPluginBase::summarySort | function | core/ |
Sorts the summary based upon the user's selection. |
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. |
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.