function views_content_context_view_convert
Convert a context into a string.
File
- 
              views_content/plugins/ contexts/ view.inc, line 168 
Code
function views_content_context_view_convert($context, $type) {
  switch ($type) {
  }
}Convert a context into a string.
function views_content_context_view_convert($context, $type) {
  switch ($type) {
  }
}