Search for argument

  1. Search 7.x for argument
  2. Search 9.5.x for argument
  3. Search 8.9.x for argument
  4. Search 10.3.x for argument
  5. Other projects
Title Object type File name Summary
LanguageArgument class core/modules/views/src/Plugin/views/argument/LanguageArgument.php Defines an argument handler to accept a language.
LanguageArgument.php file core/modules/views/src/Plugin/views/argument/LanguageArgument.php
LanguageArgument::language function core/modules/views/src/Plugin/views/argument/LanguageArgument.php Returns the language name for a given langcode.
LanguageArgument::summaryName function core/modules/views/src/Plugin/views/argument/LanguageArgument.php Provides the name to use for the summary, defaults to the name field.
LanguageArgument::title function core/modules/views/src/Plugin/views/argument/LanguageArgument.php Get the title this argument will assign the view, given the argument.
LocalActionDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Tests the getTitle method with title arguments.
LocalActionManager::$argumentResolver property core/lib/Drupal/Core/Menu/LocalActionManager.php An argument resolver object.
LocalActionManagerTest::$argumentResolver property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked argument resolver.
LocalTaskDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests get title with title arguments.
LocalTaskManager::$argumentResolver property core/lib/Drupal/Core/Menu/LocalTaskManager.php An argument resolver object.
LocalTaskManagerTest::$argumentResolver property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked argument resolver.
LoggingDecoratorTrait::getInvocationArguments function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php Returns the arguments from every invocation of the main class method.
LoggingDecoratorTrait::saveInvocationArguments function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php Records the arguments from an invocation of the main class method.
ManyToOne::summaryArgument function core/modules/views/src/Plugin/views/argument/ManyToOne.php Provides the argument to use to link from the summary to the next level.
MockInstantiationService::$arguments property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockInstantiationService::getArguments function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Return arguments injected into the service.
MonthDate::summaryArgument function core/modules/views/src/Plugin/views/argument/MonthDate.php Provides the argument to use to link from the summary to the next level.
NidArgumentTest class core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php Tests the nid argument handler.
NidArgumentTest.php file core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php
NidArgumentTest::$modules property core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php Modules to install.
NidArgumentTest::$testViews property core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php Views used by this test.
NidArgumentTest::setUp function core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php
NidArgumentTest::testNidArgument function core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php Tests the nid argument.
Node::getArgument function core/modules/node/src/Plugin/views/argument_default/Node.php Return the default argument.
NodeDateArgumentDefaultPluginBase class core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Provides a base class for node date values.
NodeDateArgumentDefaultPluginBase.php file core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php
NodeDateArgumentDefaultPluginBase::create function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Instantiates a new instance of the implementing class using autowiring.
NodeDateArgumentDefaultPluginBase::getArgument function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Return the default argument.
NodeDateArgumentDefaultPluginBase::getCacheContexts function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The cache contexts associated with this object.
NodeDateArgumentDefaultPluginBase::getCacheMaxAge function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The maximum age for which this object may be cached.
NodeDateArgumentDefaultPluginBase::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Gets a timestamp value from the passed node.
NodeDateArgumentDefaultPluginBase::__construct function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Constructs a new NodeDateArgumentDefaultPluginBase instance.
NodeIntegrationTest::testNodeViewTypeArgument function core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php Tests basic node view with a node type argument.
None::validateArgument function core/modules/views/src/Plugin/views/argument_validator/None.php Performs validation for a given argument.
NullArgument class core/modules/views/src/Plugin/views/argument/NullArgument.php Argument handler that ignores the argument.
NullArgument.php file core/modules/views/src/Plugin/views/argument/NullArgument.php
NullArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NullArgument.php Provide a form to edit options for this plugin.
NullArgument::defaultActions function core/modules/views/src/Plugin/views/argument/NullArgument.php Default actions.
NullArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NullArgument.php Information about options for all kinds of purposes will be held here.
NullArgument::query function core/modules/views/src/Plugin/views/argument/NullArgument.php Set up the query for this argument.
NumericArgument class core/modules/views/src/Plugin/views/argument/NumericArgument.php Basic argument handler for arguments that are numeric.
NumericArgument.php file core/modules/views/src/Plugin/views/argument/NumericArgument.php
NumericArgument::$value property core/modules/views/src/Plugin/views/argument/NumericArgument.php The actual value which is used for querying.
NumericArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NumericArgument.php Provide a form to edit options for this plugin.
NumericArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NumericArgument.php Information about options for all kinds of purposes will be held here.
NumericArgument::getContextDefinition function core/modules/views/src/Plugin/views/argument/NumericArgument.php Returns a context definition for this argument.
NumericArgument::getSortName function core/modules/views/src/Plugin/views/argument/NumericArgument.php Return a description of how the argument would normally be sorted.
NumericArgument::query function core/modules/views/src/Plugin/views/argument/NumericArgument.php Set up the query for this argument.
NumericArgument::title function core/modules/views/src/Plugin/views/argument/NumericArgument.php Get the title this argument will assign the view, given the argument.
NumericArgument::titleQuery function core/modules/views/src/Plugin/views/argument/NumericArgument.php Override for specific title lookups.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.