function views_content_context_view_convert_list in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 views_content/plugins/contexts/view.inc \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 119 - 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_list() {
$list = array();
return $list;
}