Search for argument

  1. Search 7.x for argument
  2. Search 8.9.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
views.view.test_page_display_arguments.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
views.view.test_plugin_argument_default_current_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml
views.view.test_simple_argument.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml
views.view.test_taxonomy_name_argument.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_name_argument.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_name_argument.yml
views.view.test_user_uid_argument.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml
views.view.test_view_argument_validate_numeric.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml
views.view.test_view_argument_validate_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml
views.view.test_view_argument_validate_username.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml
ViewsArgument class core/modules/views/src/Annotation/ViewsArgument.php Defines a Plugin annotation object for views argument handlers.
ViewsArgument.php file core/modules/views/src/Annotation/ViewsArgument.php
ViewsArgumentDefault class core/modules/views/src/Annotation/ViewsArgumentDefault.php Defines a Plugin annotation object for views argument default plugins.
ViewsArgumentDefault.php file core/modules/views/src/Annotation/ViewsArgumentDefault.php
ViewsArgumentDefault::$id property core/modules/views/src/Annotation/ViewsArgumentDefault.php The plugin ID.
ViewsArgumentDefault::$no_ui property core/modules/views/src/Annotation/ViewsArgumentDefault.php Whether the plugin should be not selectable in the UI.
ViewsArgumentDefault::$short_title property core/modules/views/src/Annotation/ViewsArgumentDefault.php (optional) The short title used in the views UI.
ViewsArgumentDefault::$title property core/modules/views/src/Annotation/ViewsArgumentDefault.php The plugin title used in the views UI.
ViewsArgumentValidator class core/modules/views/src/Annotation/ViewsArgumentValidator.php Defines a Plugin annotation object for views argument validator plugins.
ViewsArgumentValidator.php file core/modules/views/src/Annotation/ViewsArgumentValidator.php
ViewsArgumentValidator::$id property core/modules/views/src/Annotation/ViewsArgumentValidator.php The plugin ID.
ViewsArgumentValidator::$no_ui property core/modules/views/src/Annotation/ViewsArgumentValidator.php Whether the plugin should be not selectable in the UI.
ViewsArgumentValidator::$short_title property core/modules/views/src/Annotation/ViewsArgumentValidator.php (optional) The short title used in the views UI.
ViewsArgumentValidator::$title property core/modules/views/src/Annotation/ViewsArgumentValidator.php The plugin title used in the views UI.
ViewsEntityArgumentValidator class core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Provides views argument validator plugin definitions for all entity types.
ViewsEntityArgumentValidator.php file core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
ViewsEntityArgumentValidator::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The base plugin ID this derivative is for.
ViewsEntityArgumentValidator::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php List of derivative definitions.
ViewsEntityArgumentValidator::$entityTypeManager property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The entity type manager.
ViewsEntityArgumentValidator::create function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Creates a new class instance.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityArgumentValidator::__construct function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Constructs a ViewsEntityArgumentValidator object.
ViewsForm::$viewArguments property core/modules/views/src/Form/ViewsForm.php The arguments passed to the active view.
views_test_data_handler_test_access_callback_argument function core/modules/views/tests/modules/views_test_data/views_test_data.module Access callback with an argument for the generic handler test.
WebAssertArgumentsTest class core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php Tests that calling WebAssert methods with extra arguments leads to errors.
WebAssertArgumentsTest.php file core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php
WebAssertArgumentsTest::$page property core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php The mocked page element used for testing.
WebAssertArgumentsTest::$session property core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php The mocked Mink session object used for testing.
WebAssertArgumentsTest::$webAssert property core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php The mocked web assert class.
WebAssertArgumentsTest::getSession function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php Returns a mocked behat session object.
WebAssertArgumentsTest::setUp function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php
WebAssertArgumentsTest::testAddressEquals function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::addressEquals
WebAssertArgumentsTest::testAddressMatches function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::addressMatches
WebAssertArgumentsTest::testAddressNotEquals function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::addressNotEquals
WebAssertArgumentsTest::testAssertEscaped function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::assertEscaped
WebAssertArgumentsTest::testAssertNoEscaped function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::assertNoEscaped
WebAssertArgumentsTest::testButtonExists function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::buttonExists
WebAssertArgumentsTest::testButtonNotExists function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::buttonNotExists
WebAssertArgumentsTest::testCheckboxChecked function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::checkboxChecked
WebAssertArgumentsTest::testCheckboxNotChecked function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::checkboxNotChecked
WebAssertArgumentsTest::testCookieEquals function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::cookieEquals
WebAssertArgumentsTest::testCookieExists function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::cookieExists

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