Search for argument

  1. Search 7.x for argument
  2. Search 9.5.x for argument
  3. Search 10.3.x for argument
  4. Search 11.x for argument
  5. Other projects
Title Object type File name Summary
ArgumentValidatorPluginBase::checkAccess function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Blocks user input when the form is shown but we don´t have access.
ArgumentValidatorPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Retrieves the options when this is a new access control plugin.
ArgumentValidatorPluginBase::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Returns a context definition for this argument.
ArgumentValidatorPluginBase::processSummaryArguments function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Processes the summary arguments for displaying.
ArgumentValidatorPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentValidatorPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for submitting options.
ArgumentValidatorPluginBase::validateArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Performs validation for a given argument.
ArgumentValidatorPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for validating options.
ArgumentValidatorTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Tests the plugin of the taxonomy: term argument validator.
ArgumentValidatorTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php
ArgumentValidatorTermTest::$ids property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy IDs used by this test.
ArgumentValidatorTermTest::$names property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy names used by this test.
ArgumentValidatorTermTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy term used by this test.
ArgumentValidatorTermTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Views to be enabled.
ArgumentValidatorTermTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php
ArgumentValidatorTermTest::testArgumentValidatorTerm function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Tests the term argument validator plugin.
ArgumentValidatorTest class core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php Tests Views argument validators.
ArgumentValidatorTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Defines a argument validator test plugin.
ArgumentValidatorTest class core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Tests the Argument validator through the UI.
ArgumentValidatorTest.php file core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php
ArgumentValidatorTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php
ArgumentValidatorTest.php file core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php
ArgumentValidatorTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php The theme to install as the default for testing.
ArgumentValidatorTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php Views used by this test.
ArgumentValidatorTest::$testViews property core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Views used by this test.
ArgumentValidatorTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Calculates dependencies for the configured plugin.
ArgumentValidatorTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Retrieves the options when this is a new access control plugin.
ArgumentValidatorTest::saveArgumentHandlerWithValidationOptions function core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Saves the test_argument view with changes made to the argument handler
both with and without specify_validation turned on.
ArgumentValidatorTest::testArgumentValidateNumeric function core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php
ArgumentValidatorTest::testArgumentValidatorPlugin function core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php Tests the argument validator test plugin.
ArgumentValidatorTest::testSpecifyValidation function core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Tests the 'Specify validation criteria' checkbox functionality.
ArgumentValidatorTest::validateArgument function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Performs validation for a given argument.
argument_resolver.default service core/core.services.yml Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
argument_resolver.psr7_request service core/core.services.yml Drupal\Core\Controller\ArgumentResolver\Psr7RequestValueResolver
argument_resolver.request service core/core.services.yml Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
argument_resolver.request_attribute service core/core.services.yml Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
argument_resolver.route_match service core/core.services.yml Drupal\Core\Controller\ArgumentResolver\RouteMatchValueResolver
AttributeHelperTest::testMergeCollectionsArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php @covers ::mergeCollections
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge
BasicControllerClass::exampleControllerMethodWithArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php
BasicTest::testSimpleArgument function core/modules/views/tests/src/Kernel/BasicTest.php Tests simple argument.
BlockContentIntegrationTest::testBlockContentViewTypeArgument function core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php Tests basic block_content view with a block_content_type argument.
CacheTest::testArgumentDefaultCache function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests that cacheability metadata is carried over from argument defaults.
CaseInsensitivePathTest::testPathsWithArguments function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests paths with slugs.
Condition::$arguments property core/lib/Drupal/Core/Database/Query/Condition.php Array of arguments.
Condition::arguments function core/lib/Drupal/Core/Database/Query/Condition.php Gets a complete list of all values to insert into the prepared statement.
ConditionInterface::arguments function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Gets a complete list of all values to insert into the prepared statement.
Connection::expandArguments function core/lib/Drupal/Core/Database/Connection.php Expands out shorthand placeholders.
ContainerAwareEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerTest::testGetForInstantiationWithVariousArgumentLengths function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for various arguments lengths works.

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