You are here

function vms_plugin_argument_default_mlid::get_argument in Views Menu Support 7

Return the default argument.

This needs to be overridden by every default argument handler to properly do what is needed.

Overrides views_plugin_argument_default::get_argument

File

plugins/vms_plugin_argument_default_mlid.inc, line 28
Contains argument default plugin for getting current MLID items.

Class

vms_plugin_argument_default_mlid
Default argument plugin to provide current mlid item.

Code

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