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
Fixed::getArgument function core/modules/views/src/Plugin/views/argument_default/Fixed.php Return the default argument.
FixtureManipulator::$manipulatorArguments property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Arguments to manipulator functions.
FormattableMarkup::$arguments property core/lib/Drupal/Component/Render/FormattableMarkup.php The arguments to replace placeholders with.
FormController::$argumentResolver property core/lib/Drupal/Core/Controller/FormController.php The argument resolver.
FormController::getFormArgument function core/lib/Drupal/Core/Controller/FormController.php Extracts the form argument string from a request.
FormStateDecoratorBaseTest::providerSingleBooleanArgument function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to test methods that take a single boolean argument.
FormTestArgumentsObject class core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Provides a test form object that needs arguments.
FormTestArgumentsObject.php file core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
FormTestArgumentsObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form constructor.
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestArgumentsObject::getFormId function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Returns a unique string identifying the form.
FormTestArgumentsObject::submitForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form submission handler.
FormTestArgumentsObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form validation handler.
HandlerArgumentUserUidTest class core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the handler of the user: uid Argument.
HandlerArgumentUserUidTest.php file core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
HandlerArgumentUserUidTest::$modules property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Modules to install.
HandlerArgumentUserUidTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Test views.
HandlerArgumentUserUidTest::testArgumentTitle function core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the generated title of a user: uid argument.
HookAttributeNamedArgumentsHook class core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php Test Hook attribute named arguments.
HookAttributeNamedArgumentsHook.php file core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php
HookAttributeNamedArgumentsHook::flush function core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php Implements hook_cache_flush().
hook_views_plugins_argument_alter function core/modules/views/views.api.php Modify the list of available views argument handler plugins.
hook_views_plugins_argument_default_alter function core/modules/views/views.api.php Modify the list of available views default argument plugins.
hook_views_plugins_argument_validator_alter function core/modules/views/views.api.php Modify the list of available views argument validation plugins.
HtmlEntityFormController::getFormArgument function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Extracts the form argument string from a request.
HtmlFormController::getFormArgument function core/lib/Drupal/Core/Controller/HtmlFormController.php Extracts the form argument string from a request.
http_kernel.controller.argument_metadata_factory service core/core.services.yml Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
http_kernel.controller.argument_resolver service core/core.services.yml Symfony\Component\HttpKernel\Controller\ArgumentResolver
ImageToolkitOperationBase::arguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Returns the definition of the operation arguments.
ImageToolkitOperationBase::prepareArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Checks for required arguments and adds optional argument defaults.
ImageToolkitOperationBase::validateArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Validates the arguments.
InputTest::testAskHiddenPromptArgumentsForwarded function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php Tests that the askHidden prompt forwards arguments correctly.
InputTest::testMissingArgumentsThrowsException function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php @covers \Drupal\Core\Recipe\ConsoleInputCollector::collectValue[[api-linebreak]]
InputTest::testPromptArgumentsAreForwarded function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php @covers \Drupal\Core\Recipe\ConsoleInputCollector::collectValue[[api-linebreak]]
InvokeCommand::$arguments property core/lib/Drupal/Core/Ajax/InvokeCommand.php An optional list of arguments to pass to the method.
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.
LayoutBuilderDecorationTestHtmlEntityFormController::getFormArgument function core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Extracts the form argument string from a request.
LayoutBuilderHtmlEntityFormController::getFormArgument function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Extracts the form argument string from a request.
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 @covers ::getTitle[[api-linebreak]]
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.

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