You are here

function _semantic_panels_context_token_types_map in Semantic Panels 7.2

Same name and namespace in other branches
  1. 7 plugins/styles/semantic_panels.inc \_semantic_panels_context_token_types_map()
1 string reference to '_semantic_panels_context_token_types_map'
_semantic_panels_form_element_link in plugins/styles/semantic_panels.inc

File

plugins/styles/semantic_panels.inc, line 109

Code

function _semantic_panels_context_token_types_map($l) {
  return $l->keyword;
}