Search for argument

  1. Search 7.x for argument
  2. Search 8.9.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
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::testDispatchArgumentOrderDeprecation function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php Tests argument order deprecation.
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.
ContainerTest::testResolveServicesAndParametersForArgumentsUsingDeepArray function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services with an array of arguments work correctly.
ContainerTest::testResolveServicesAndParametersForInvalidArgument function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that an invalid argument throw an Exception.
ContainerTest::testResolveServicesAndParametersForInvalidArguments function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that invalid arguments throw an Exception.
ContainerTest::testResolveServicesAndParametersForRawArgument function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that raw type services arguments are resolved correctly.
ContextualLinkDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getTitle
Convert::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php Returns the definition of the operation arguments.
Convert::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php Validates the arguments.
CreateNew::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Returns the definition of the operation arguments.
CreateNew::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Validates the arguments.
Crop::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Returns the definition of the operation arguments.
Crop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Validates the arguments.
CurrentUser::getArgument function core/modules/user/src/Plugin/views/argument_default/CurrentUser.php Return the default argument.
CustomAccessCheck::$argumentsResolverFactory property core/lib/Drupal/Core/Access/CustomAccessCheck.php The arguments resolver.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
Date::defaultArgumentForm function core/modules/views/src/Plugin/views/argument/Date.php Add an option to set the default value to the current date.
Date::getDefaultArgument function core/modules/views/src/Plugin/views/argument/Date.php Gets the date default argument, formatted appropriately for this argument.
DayDate::summaryArgument function core/modules/views/src/Plugin/views/argument/DayDate.php Provides the argument to use to link from the summary to the next level.
Desaturate::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php Returns the definition of the operation arguments.
DisplayPageWebTest::testArguments function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests arguments.
DisplayPluginBase::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns to tokens for arguments.
DisplayPluginBase::getArgumentText function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides help text for the arguments.
DisplayPluginInterface::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns to tokens for arguments.
DisplayPluginInterface::getArgumentText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for the arguments.
EarlyRenderingControllerWrapperSubscriber::$argumentResolver property core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php The argument resolver.
Entity::validateArgument function core/modules/views/src/Plugin/views/argument_validator/Entity.php Performs validation for a given argument.
EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Data provider for testSetRouteOptionsWithStandardRouteWithArgument.
EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests an _entity_form route where a non-entity parameter is first.
EntityResolverManagerTest::testSetRouteOptionsWithStandardRouteWithArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests setRouteOptions() with a controller with a non entity argument.
EntityTest::$argumentValidator property core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php The tested argument validator.
EntityTest::testValidateArgumentAccess function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with access and no bundles.
EntityTest::testValidateArgumentBundle function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with bundle checking.
EntityTest::testValidateArgumentMultiple function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with multiple argument splitting.
EntityTest::testValidateArgumentNoAccess function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with no access and bundles.
FieldKernelTest::testArgumentTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the arguments tokens on field level.
FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a display with empty arguments and fields.
FieldPluginBaseTest::testGetRenderTokensWithArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FileTransferException::$arguments property core/lib/Drupal/Core/FileTransfer/FileTransferException.php Arguments to be used in this exception.

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