You are here

function views_ui::load_item in Views (for Drupal 7) 7.3

Called by ctools_export_ui_load to load the item.

This can be overridden for modules that want to be able to export items currently being edited, for example.

Overrides ctools_export_ui::load_item

File

plugins/export_ui/views_ui.class.php, line 72
Contains the CTools Export UI integration code.

Class

views_ui
CTools Export UI class handler for Views UI.

Code

function load_item($item_name) {
  return views_ui_cache_load($item_name);
}