You are here

10 calls to ArgumentPluginBase::default_actions() in Views (for Drupal 7) 8.3

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