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 |
---|---|---|---|
NidArgumentTest | class | core/ |
Tests the nid argument handler. |
NidArgumentTest.php | file | core/ |
|
NidArgumentTest::$modules | property | core/ |
Modules to enable. |
NidArgumentTest::$testViews | property | core/ |
Views used by this test. |
NidArgumentTest::setUp | function | core/ |
|
NidArgumentTest::testNidArgument | function | core/ |
Tests the nid argument. |
Node::getArgument | function | core/ |
Return the default argument. |
NodeIntegrationTest::testNodeViewTypeArgument | function | core/ |
Tests basic node view with a node type argument. |
None::validateArgument | function | core/ |
Performs validation for a given argument. |
NullArgument | class | core/ |
Argument handler that ignores the argument. |
NullArgument.php | file | core/ |
|
NullArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NullArgument::defaultActions | function | core/ |
Default actions. |
NullArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NullArgument::query | function | core/ |
Set up the query for this argument. |
NumericArgument | class | core/ |
Basic argument handler for arguments that are numeric. |
NumericArgument.php | file | core/ |
|
NumericArgument::$operator | property | core/ |
The operator used for the query: or|and. |
NumericArgument::$value | property | core/ |
The actual value which is used for querying. |
NumericArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NumericArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericArgument::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
NumericArgument::getSortName | function | core/ |
Return a description of how the argument would normally be sorted. |
NumericArgument::query | function | core/ |
Set up the query for this argument. |
NumericArgument::title | function | core/ |
Get the title this argument will assign the view, given the argument. |
NumericArgument::titleQuery | function | core/ |
Override for specific title lookups. |
NumericArgumentValidator | class | core/ |
Validate whether an argument is numeric or not. |
NumericArgumentValidator.php | file | core/ |
|
NumericArgumentValidator::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
NumericArgumentValidator::validateArgument | function | core/ |
Performs validation for a given argument. |
OperationBase::arguments | function | core/ |
Returns the definition of the operation arguments. |
OptionsListArgumentTest | class | core/ |
Tests options list argument for views. |
OptionsListArgumentTest.php | file | core/ |
|
OptionsListArgumentTest::$testViews | property | core/ |
Views used by this test. |
OptionsListArgumentTest::testViewsTestOptionsListArgument | function | core/ |
Tests the options field argument. |
Page::getArgumentText | function | core/ |
Provides help text for the arguments. |
PathPluginBaseTest::testCollectRoutesWithArguments | function | core/ |
Tests the collectRoutes method with arguments. |
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath | function | core/ |
Tests the collectRoutes method with arguments not specified in the path. |
plugin.manager.views.argument | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument_default | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.argument_validator | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
QueryConditionTrait::arguments | function | core/ |
|
QueryParameter::getArgument | function | core/ |
Return the default argument. |
QueryParameterTest::providerGetArgument | function | core/ |
Provides data for testGetArgument(). |
QueryParameterTest::testGetArgument | function | core/ |
Tests the getArgument() method. |
QueryTest::testArrayArgumentsSQLInjection | function | core/ |
Tests SQL injection via database query array arguments. |
QueryTest::testConditionOperatorArgumentsSQLInjection | function | core/ |
Tests SQL injection via condition operator. |
Raw::getArgument | function | core/ |
Return the default argument. |
RawTest::testGetArgument | function | core/ |
Tests the getArgument() method. |
ReflectionFactory::getInstanceArguments | function | core/ |
Inspects the plugin class and build a list of arguments for the constructor. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.