| 1 views_plugin_display.inc | views_plugin_display::options_override($form, &$form_state) | 
If override/revert was clicked, perform the proper toggle.
File
- core/modules/ views/ plugins/ views_plugin_display.inc, line 2505 
- Contains the base display plugin.
Class
- views_plugin_display
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Code
function options_override($form, &$form_state) {
  $this->set_override($form_state['section']);
}
