10 calls to ArgumentPluginBase::default_actions()

ArgumentPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Build the options form.
ArgumentPluginBase::default_action in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Handle the default action, which means our argument wasn't present.
ArgumentPluginBase::has_default_argument in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Determine if the argument is set to provide a default argument.
ArgumentPluginBase::needsStylePlugin in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Determine if the argument needs a style plugin.
ArgumentPluginBase::uses_breadcrumb in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Determine if the argument can generate a breadcrumb
ArgumentPluginBase::validateFail in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
How to act if validation failes
ArgumentPluginBase::validate_argument in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Called by the menu system to validate an argument.
IndexTidDepth::default_actions in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php
Override default_actions() to remove summary actions.
Null::default_actions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Null.php
Override default_actions() to remove actions that don't make sense for a null argument.
UserUid::default_actions in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php
Provide a list of default behaviors for this argument if the argument is not present.