You are here

public function views_plugin_argument_default_fixed::get_argument in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_argument_default_fixed.inc \views_plugin_argument_default_fixed::get_argument()

Return the default argument.

Overrides views_plugin_argument_default::get_argument

File

plugins/views_plugin_argument_default_fixed.inc, line 40
Definition of views_plugin_argument_default_fixed.

Class

views_plugin_argument_default_fixed
The fixed argument default handler.

Code

public function get_argument() {
  return $this->options['argument'];
}