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
TaxonomyDefaultArgumentTest::testTermTitleEscaping function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyTermArgumentDepthTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php Tests the taxonomy term with depth argument.
TaxonomyTermArgumentDepthTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php The theme to install as the default for testing.
TaxonomyTermArgumentDepthTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php Modules to enable.
TaxonomyTermArgumentDepthTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::$view property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php Tests title escaping.
TaxonomyVocabularyArgumentTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument.
TaxonomyVocabularyArgumentTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php The theme to install as the default for testing.
TaxonomyVocabularyArgumentTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Modules to enable.
TaxonomyVocabularyArgumentTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$vocabularies property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Vocabularies used for creating terms.
TaxonomyVocabularyArgumentTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument handler.
taxonomy_views_plugins_argument_validator_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_plugins_argument_validator_alter().
TermName::validateArgument function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Performs validation for a given argument.
TestMiddleware::$optionalArgument property core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php An optional argument.
TestSessionHandlerProxy::$optionalArgument property core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php An optional argument.
test_access_arguments_resolver_access function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
test_function_controller_with_argument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php
Tid::getArgument function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Return the default argument.
TitleResolver::$argumentResolver property core/lib/Drupal/Core/Controller/TitleResolver.php The argument resolver.
TitleResolverTest::$argumentResolver property core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php The mocked argument resolver.
TopLevelBook::getArgument function core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Return the default argument.
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.
UpdateCompilerPass::isArgumentMissingService function core/lib/Drupal/Core/Update/UpdateCompilerPass.php Checks if a reference argument is to a missing service.
UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Dataprovider for testGetInvalidArgumentGetConnectionInfoAsUrl().
UrlConversionTest::providerInvalidArgumentsUrlConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Dataprovider for testGetInvalidArgumentExceptionInUrlConversion().
UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Test ::convertDbUrlToConnectionInfo() exception for invalid arguments.
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Test ::getConnectionInfoAsUrl() exception for invalid arguments.
User::getArgument function core/modules/user/src/Plugin/views/argument_default/User.php Return the default argument.
UserName::processSummaryArguments function core/modules/user/src/Plugin/views/argument_validator/UserName.php Processes the summary arguments for displaying.
UserName::validateArgument function core/modules/user/src/Plugin/views/argument_validator/UserName.php Performs validation for a given argument.
user_views_plugins_argument_validator_alter function core/modules/user/user.views.inc Implements hook_views_plugins_argument_validator_alter().
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.
ViewAjaxControllerTest::testAjaxViewWithEmptyArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Tests a valid view with arguments.
ViewExecutable::$argument property core/modules/views/src/ViewExecutable.php Stores the argument handlers which are initialized on this view.
ViewExecutable::setArguments function core/modules/views/src/ViewExecutable.php Sets the arguments for the view.

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