Search for argument
- Search 7.x for argument
- Search 9.5.x for argument
- Search 10.3.x for argument
- Search 11.x for argument
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Override buildOptionsForm() so that only the relevant options are displayed to the user. |
| NullArgument::defaultActions | function | core/ |
Override defaultActions() to remove actions that don't make sense for a null argument. |
| NullArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| NullArgument::query | function | core/ |
Override the behavior of query() to prevent the query from being changed in any way. |
| NumericArgument | class | core/ |
Basic argument handler for arguments that are numeric. Incorporates break_phrase. |
| 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/ |
Test 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/ |
Test the getArgument() method. |
| ReflectionFactory::getInstanceArguments | function | core/ |
Inspects the plugin class and build a list of arguments for the constructor. |
| ReflectionFactoryTest::providerGetInstanceArguments | function | core/ |
Data provider for testGetInstanceArguments. |
| ReflectionFactoryTest::testGetInstanceArguments | function | core/ |
@covers ::getInstanceArguments[[api-linebreak]] @dataProvider providerGetInstanceArguments |
| RendererPlaceholdersTest::testInvalidLazyBuilderArguments | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testRenderChildrenPlaceholdersDifferentArguments | function | core/ |
Create an element with a child and subchild. Each element has the same #lazy_builder callback, but with different contexts. They don't modify markup, only attach additional drupalSettings. |
| RendererTest::testRenderWithoutThemeArguments | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererTest::testRenderWithThemeArguments | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RequestHandler::createArgumentResolver | function | core/ |
Creates an argument resolver, containing all REST parameters. |
| Resize::arguments | function | core/ |
Returns the definition of the operation arguments. |
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.