function views_content_context_view_convert in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 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 168 - 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) {
}
}