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
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
ControllerResolver::doGetArguments function core/lib/Drupal/Core/Controller/ControllerResolver.php
ControllerResolverTest::testGetArguments function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Tests getArguments().
ControllerResolverTest::testGetArgumentsWithRouteMatchAndPsr7Request function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Tests getArguments with a route match and a PSR-7 request.
ControllerResolverTest::testGetArgumentsWithRouteMatchAndRequest function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Tests getArguments with a route match and a request.
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 Set the empty argument value to the current date,
formatted appropriately for this argument.
DayDate::summaryArgument function core/modules/views/src/Plugin/views/argument/DayDate.php Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl().
Desaturate::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php Returns the definition of the operation arguments.
DialogRendererTest::testConstructorRendererArgument function core/tests/Drupal/Tests/Core/Controller/DialogRendererTest.php @group legacy
@expectedDeprecation The renderer service must be passed to Drupal\Core\Render\MainContent\DialogRenderer::__construct and will be required before Drupal 9.0.0. See https://www.drupal.org/node/3009400
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.
FilterAndArgumentUserUidTest class core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAndArgumentUserUidTest.php file core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
FilterAndArgumentUserUidTest::$modules property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Modules to enable.
FilterAndArgumentUserUidTest::$testViews property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Views used by this test.
FilterAndArgumentUserUidTest::testHandlers function core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
Fixed::getArgument function core/modules/views/src/Plugin/views/argument_default/Fixed.php Return the default argument.

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