You are here

function ctools_node_form_path_content_type_admin_title in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 plugins/content_types/node_form/node_form_path.inc \ctools_node_form_path_content_type_admin_title()

File

plugins/content_types/node_form/node_form_path.inc, line 39

Code

function ctools_node_form_path_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" node form path options', array(
    '@s' => $context->identifier,
  ));
}