Search for argument
- Search 7.x for argument
 - Search 9.5.x for argument
 - Search 8.9.x for argument
 - Search 10.3.x for argument
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| LanguageArgument | class | core/ | 
                                                                                        Defines an argument handler to accept a language. | 
| LanguageArgument.php | file | core/ | 
                                                                                        |
| LanguageArgument::language | function | core/ | 
                                                                                        Returns the language name for a given langcode. | 
| LanguageArgument::summaryName | function | core/ | 
                                                                                        Provides the name to use for the summary, defaults to the name field. | 
| LanguageArgument::title | function | core/ | 
                                                                                        Get the title this argument will assign the view, given the argument. | 
| LocalActionDefaultTest::testGetTitleWithTitleArguments | function | core/ | 
                                                                                        Tests the getTitle method with title arguments. | 
| LocalActionManager::$argumentResolver | property | core/ | 
                                                                                        An argument resolver object. | 
| LocalActionManagerTest::$argumentResolver | property | core/ | 
                                                                                        The mocked argument resolver. | 
| LocalTaskDefaultTest::testGetTitleWithTitleArguments | function | core/ | 
                                                                                        Tests get title with title arguments. | 
| LocalTaskManager::$argumentResolver | property | core/ | 
                                                                                        An argument resolver object. | 
| LocalTaskManagerTest::$argumentResolver | property | core/ | 
                                                                                        The mocked argument resolver. | 
| LoggingDecoratorTrait::getInvocationArguments | function | core/ | 
                                                                                        Returns the arguments from every invocation of the main class method. | 
| LoggingDecoratorTrait::saveInvocationArguments | function | core/ | 
                                                                                        Records the arguments from an invocation of the main class method. | 
| ManyToOne::summaryArgument | function | core/ | 
                                                                                        Provides the argument to use to link from the summary to the next level. | 
| MockInstantiationService::$arguments | property | core/ | 
                                                                                        |
| MockInstantiationService::getArguments | function | core/ | 
                                                                                        Return arguments injected into the service. | 
| MonthDate::summaryArgument | function | core/ | 
                                                                                        Provides the argument to use to link from the summary to the next level. | 
| NidArgumentTest | class | core/ | 
                                                                                        Tests the nid argument handler. | 
| NidArgumentTest.php | file | core/ | 
                                                                                        |
| NidArgumentTest::$modules | property | core/ | 
                                                                                        Modules to install. | 
| 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. | 
| NodeDateArgumentDefaultPluginBase | class | core/ | 
                                                                                        Provides a base class for node date values. | 
| NodeDateArgumentDefaultPluginBase.php | file | core/ | 
                                                                                        |
| NodeDateArgumentDefaultPluginBase::create | function | core/ | 
                                                                                        Instantiates a new instance of the implementing class using autowiring. | 
| NodeDateArgumentDefaultPluginBase::getArgument | function | core/ | 
                                                                                        Return the default argument. | 
| NodeDateArgumentDefaultPluginBase::getCacheContexts | function | core/ | 
                                                                                        The cache contexts associated with this object. | 
| NodeDateArgumentDefaultPluginBase::getCacheMaxAge | function | core/ | 
                                                                                        The maximum age for which this object may be cached. | 
| NodeDateArgumentDefaultPluginBase::getNodeDateValue | function | core/ | 
                                                                                        Gets a timestamp value from the passed node. | 
| NodeDateArgumentDefaultPluginBase::__construct | function | core/ | 
                                                                                        Constructs a new NodeDateArgumentDefaultPluginBase instance. | 
| 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::$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. | 
Pagination
- Previous page
 - Page 9
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.