You are here

function views_flag_refresh_plugin_display_extender::option_definition in Views Flag Refresh 7

Provide a form to edit options for this plugin.

Used in Views prior to 3.5.

Overrides views_object::option_definition

File

./views_flag_refresh_plugin_display_extender.inc, line 38
Views field view field handler class.

Class

views_flag_refresh_plugin_display_extender
This plugin adds additional settings to the Views AJAX options.

Code

function option_definition(&$options = array()) {
  $this
    ->add_options($options);
  return $options;
}