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
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.
LocalActionDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Tests the getTitle method with title arguments.
LocalTaskDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getTitle[[api-linebreak]]
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.
MockInstantiationService::$arguments property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
MockInstantiationService::getArguments function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Return arguments injected into the service.
OperationBase::arguments function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php Returns the definition of the operation arguments.
PathPluginBaseTest::testCollectRoutesWithArguments function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments.
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments not specified in the path.
QueryConditionTrait::arguments function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryTest::testArrayArgumentsSQLInjection function core/tests/Drupal/KernelTests/Core/Database/QueryTest.php Tests SQL injection via database query array arguments.
QueryTest::testConditionOperatorArgumentsSQLInjection function core/tests/Drupal/KernelTests/Core/Database/QueryTest.php Tests SQL injection via condition operator.
ReflectionFactory::getInstanceArguments function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Inspects the plugin class and builds a list of constructor arguments.
ReflectionFactoryTest::providerGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Data provider for testGetInstanceArguments.
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
RendererPlaceholdersTest::testInvalidLazyBuilderArguments function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
RendererPlaceholdersTest::testRenderChildrenPlaceholdersDifferentArguments function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests the creation of an element with a child and a sub-child.
RendererTest::testRenderWithoutThemeArguments function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
RendererTest::testRenderWithThemeArguments function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
Resize::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Returns the definition of the operation arguments.
Resize::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Validates the arguments.
Rotate::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php Returns the definition of the operation arguments.
Rotate::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php Validates the arguments.
Scale::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Returns the definition of the operation arguments.
Scale::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Validates the arguments.
ScaleAndCrop::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Returns the definition of the operation arguments.
ScaleAndCrop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Validates the arguments.
SearchQuery::$scoresArguments property core/modules/search/src/SearchQuery.php Arguments for the score expressions.
Select::arguments function core/lib/Drupal/Core/Database/Query/Select.php
Select::getArguments function core/lib/Drupal/Core/Database/Query/Select.php
Select::havingArguments function core/lib/Drupal/Core/Database/Query/Select.php
SelectExtender::arguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectExtender::getArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectExtender::havingArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectInterface::getArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Compiles and returns an array of the arguments for this prepared statement.
SelectInterface::havingArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Gets a list of all values to insert into the HAVING clause.
StaticDiscoveryTestDecoratedClass::complexArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryTestDecoratedClass::noArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with priority, id and extra parameters.
test_access_arguments_resolver_access function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
TitleResolverTest::testStaticTitleWithArguments function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a static title with and without overridden default arguments.
TranslatableMarkup::getArguments function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets all arguments from this translated string.

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