function views_plugin_argument_validate::convert_options

3.x views_plugin_argument_validate.inc views_plugin_argument_validate::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.

1 call to views_plugin_argument_validate::convert_options()
views_plugin_argument_validate::init in plugins/views_plugin_argument_validate.inc
Initialize this plugin with the view and the argument it is linked to.
4 methods override views_plugin_argument_validate::convert_options()

File

plugins/views_plugin_argument_validate.inc, line 62
Contains the base argument validator plugin.

Class

views_plugin_argument_validate
Base argument validator plugin to provide basic functionality.

Code

function convert_options(&$options) {
}