You are here

function views_plugin_argument_default_fixed::get_argument in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.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 29
Contains the fixed argument default plugin.

Class

views_plugin_argument_default_fixed
The fixed argument default handler.

Code

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