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
Resize::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Validates the arguments.
RolesRidArgumentTest class core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the handler of the user: roles argument.
RolesRidArgumentTest.php file core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php The theme to install as the default for testing.
RolesRidArgumentTest::$testViews property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Views used by this test.
RolesRidArgumentTest::testArgumentTitle function core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the generated title of a user: roles argument.
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.
StringArgument class core/modules/views/src/Plugin/views/argument/StringArgument.php Basic argument handler to implement string arguments that may have length
limits.
StringArgument.php file core/modules/views/src/Plugin/views/argument/StringArgument.php
StringArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/StringArgument.php Provide a form to edit options for this plugin.
StringArgument::defineOptions function core/modules/views/src/Plugin/views/argument/StringArgument.php Information about options for all kinds of purposes will be held here.
StringArgument::getContextDefinition function core/modules/views/src/Plugin/views/argument/StringArgument.php Returns a context definition for this argument.
StringArgument::getFormula function core/modules/views/src/Plugin/views/argument/StringArgument.php Get the formula for this argument.
StringArgument::getSortName function core/modules/views/src/Plugin/views/argument/StringArgument.php Return a description of how the argument would normally be sorted.
StringArgument::init function core/modules/views/src/Plugin/views/argument/StringArgument.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
StringArgument::query function core/modules/views/src/Plugin/views/argument/StringArgument.php Build the query based upon the formula
StringArgument::summaryArgument function core/modules/views/src/Plugin/views/argument/StringArgument.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().
StringArgument::summaryName function core/modules/views/src/Plugin/views/argument/StringArgument.php Provides the name to use for the summary. By default this is just
the name field.
StringArgument::summaryQuery function core/modules/views/src/Plugin/views/argument/StringArgument.php Build the summary query based on a string
StringArgument::title function core/modules/views/src/Plugin/views/argument/StringArgument.php Get the title this argument will assign the view, given the argument.
StringArgument::titleQuery function core/modules/views/src/Plugin/views/argument/StringArgument.php Override for specific title lookups.
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 priority and extra parameters in different order.
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.
TaxonomyDefaultArgumentTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the representative node relationship for terms.
TaxonomyDefaultArgumentTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Tests the representative node relationship for terms.
TaxonomyDefaultArgumentTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php The theme to install as the default for testing.
TaxonomyDefaultArgumentTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Views used by this test.
TaxonomyDefaultArgumentTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Views used by this test.
TaxonomyDefaultArgumentTest::initViewWithRequest function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Init view with a request by provided url.
TaxonomyDefaultArgumentTest::testNodePath function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the relationship.
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest::testTermPath function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php

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