function node_type_page_title
Title callback: Returns the unsanitized title of the node type edit form.
Parameters
$type: The node type object.
Return value
string An unsanitized string that is the title of the node type edit form.
See also
1 string reference to 'node_type_page_title'
- node_menu in modules/
node/ node.module - Implements hook_menu().
File
-
modules/
node/ node.module, line 2184
Code
function node_type_page_title($type) {
return $type->name;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.