1 views_plugin_argument_default.inc views_plugin_argument_default::get_argument()

Return the default argument.

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

File

core/modules/views/plugins/views_plugin_argument_default.inc, line 24
Definition of views_plugin_argument_default.

Class

views_plugin_argument_default
The fixed argument default handler; also used as the base.

Code

function get_argument() {
}