Search for argument

  1. Search 7.x for argument
  2. Search 9.5.x for argument
  3. Search 8.9.x for argument
  4. Search 10.3.x for argument
  5. Other projects
Title Object type File name Summary
views.view.test_options_list_argument_numeric.yml file core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml
views.view.test_options_list_argument_string.yml file core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml
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/Attribute/ViewsArgument.php Defines a ViewsArgument attribute for plugin discovery.
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
ViewsArgument.php file core/modules/views/src/Attribute/ViewsArgument.php
ViewsArgumentDefault class core/modules/views/src/Attribute/ViewsArgumentDefault.php Defines a ViewsArgument attribute for plugin discovery.
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.php file core/modules/views/src/Attribute/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.
ViewsArgumentDefault::__construct function core/modules/views/src/Attribute/ViewsArgumentDefault.php Constructs a ViewsArgument attribute.
ViewsArgumentValidator class core/modules/views/src/Attribute/ViewsArgumentValidator.php Defines a ViewsArgumentValidator attribute object for plugin discovery.
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.php file core/modules/views/src/Attribute/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.
ViewsArgumentValidator::__construct function core/modules/views/src/Attribute/ViewsArgumentValidator.php Constructs a ViewsArgumentValidator attribute.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
ViewsConfigUpdater::processEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes arguments and convert 'numeric' to 'entity_target_id' if needed.
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
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
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.
ViewsRemoveDefaultArgumentSkipUrlTest class core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Tests the removal of the default_argument_skip_url setting.
ViewsRemoveDefaultArgumentSkipUrlTest.php file core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php
ViewsRemoveDefaultArgumentSkipUrlTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Modules to enable after the database is loaded.
ViewsRemoveDefaultArgumentSkipUrlTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Set database dump files to be used.
ViewsRemoveDefaultArgumentSkipUrlTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php
ViewsRemoveDefaultArgumentSkipUrlTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Tests the upgrade path removing default_argument_skip_url.
ViewsTestConfigHooks::viewsPluginsArgumentAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_argument_alter().

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