You are here

public function custom_formatters_ui::enable_page in Custom Formatters 7.2

Callback to enable a page.

Overrides ctools_export_ui::enable_page

File

plugins/export_ui/custom_formatters_ui.class.php, line 138
The Custom Formatters Export UI plugin.

Class

custom_formatters_ui
Class custom_formatters_ui.

Code

public function enable_page($js, $input, $item) {
  field_cache_clear();
  return $this
    ->set_item_state(FALSE, $js, $input, $item);
}