Search for arguments

  1. Search 7.x for arguments
  2. Search 9.5.x for arguments
  3. Search 8.9.x for arguments
  4. Search 10.3.x for arguments
  5. Other projects
Title Object type File name Summary
ArgumentSummaryTest class core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Tests the summary of results when an argument is not provided.
ArgumentSummaryTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php
ArgumentSummaryTest::$modules property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Modules to install.
ArgumentSummaryTest::$nodeType property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Node type with an autocomplete tagging field.
ArgumentSummaryTest::$tagVocabulary property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php The vocabulary used for the test tag field.
ArgumentSummaryTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Views to be enabled.
ArgumentSummaryTest::createTag function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Creates a term in the tag vocabulary.
ArgumentSummaryTest::setUp function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php
ArgumentSummaryTest::testArgumentSummary function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Tests the argument summary feature.
ArgumentValidatorPluginBase::processSummaryArguments function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Processes the summary arguments for displaying.
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.
ContainerTest::testResolveServicesAndParametersForArgumentsUsingDeepArray function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services with an array of arguments work correctly.
ContainerTest::testResolveServicesAndParametersForInvalidArguments function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that invalid arguments throw an Exception.
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.
CronSuspendQueueDelayTest::$cronConstructorArguments property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Constructor arguments for \Drupal\Core\Cron.
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.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
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.
DisplayPluginInterface::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns to tokens for arguments.
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.
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.
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.
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::testMissingArgumentsThrowsException function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php @covers \Drupal\Core\Recipe\ConsoleInputCollector::collectValue
InputTest::testPromptArgumentsAreForwarded function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php @covers \Drupal\Core\Recipe\ConsoleInputCollector::collectValue
InvokeCommand::$arguments property core/lib/Drupal/Core/Ajax/InvokeCommand.php An optional list of arguments to pass to the method.

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