1 views_plugin_argument_default.inc views_plugin_argument_default::convert_options(&$options)

Convert options from the older style.

In Views 3, the method of storing default argument options has changed and each plugin now gets its own silo. This method can be used to move arguments from the old style to the new style. See views_plugin_argument_default_fixed for a good example of this method.

File

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

Class

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

Code

function convert_options(&$options) {
}