You are here

function views_content_context_view_convert in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 views_content/plugins/contexts/view.inc \views_content_context_view_convert()

Convert a context into a string.

File

views_content/plugins/contexts/view.inc, line 129
Plugin to provide a node context. A node context is a node wrapped in a context object that can be utilized by anything that accepts contexts.

Code

function views_content_context_view_convert($context, $type) {
  switch ($type) {
  }
}