You are here

function ctools_form_content_type_admin_title in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 plugins/content_types/form/form.inc \ctools_form_content_type_admin_title()

File

plugins/content_types/form/form.inc, line 48

Code

function ctools_form_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" base form', array(
    '@s' => $context->identifier,
  ));
}