You are here

function views_ui_load in Views (for Drupal 7) 8.3

Magic load function. Wrapper to load a view.

File

views_ui/views_ui.module, line 721
Provide structure for the administrative interface to Views.

Code

function views_ui_load($name) {
  return views_get_view($name);
}