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
LocalTaskDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getTitle
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 build a list of arguments for the constructor.
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
@dataProvider providerGetInstanceArguments
RendererPlaceholdersTest::testInvalidLazyBuilderArguments function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
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
@covers ::doRender
RendererTest::testRenderWithThemeArguments function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render
@covers ::doRender
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 Gets a complete list of all values to insert into the prepared statement.
Select::getArguments function core/lib/Drupal/Core/Database/Query/Select.php Compiles and returns an associative array of the arguments for this prepared statement.
Select::havingArguments function core/lib/Drupal/Core/Database/Query/Select.php Gets a list of all values to insert into the HAVING clause.
SelectExtender::arguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a complete list of all values to insert into the prepared statement.
SelectExtender::getArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Compiles and returns an associative array of the arguments for this prepared statement.
SelectExtender::havingArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a list of all values to insert into the HAVING clause.
SelectInterface::getArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Compiles and returns an associative 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
TranslatableMarkup::getArguments function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets all arguments from this translated string.
Update::$arguments property core/lib/Drupal/Core/Database/Query/Update.php An array of values to update to.
UrlConversionTest::providerInvalidArgumentsUrlConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testGetInvalidArgumentExceptionInUrlConversion().
UserName::processSummaryArguments function core/modules/user/src/Plugin/views/argument_validator/UserName.php Processes the summary arguments for displaying.
ValidConsumerWithExtraArguments class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addWithDifferentOrder function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addWithId function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ViewAjaxControllerTest::testAjaxViewWithArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.

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