function views_content_context_view_convert_list

Provide a list of ways that this context can be converted to a string.

File

views_content/plugins/contexts/view.inc, line 159

Code

function views_content_context_view_convert_list() {
    $list = array();
    return $list;
}