function filter_admin_format_title
Displays a text format form title.
Parameters
object $format: A format object.
Return value
string The name of the format.
See also
1 call to filter_admin_format_title()
- filter_fallback_format_title in modules/
filter/ filter.module - Returns the title of the fallback text format.
1 string reference to 'filter_admin_format_title'
- filter_menu in modules/
filter/ filter.module - Implements hook_menu().
File
-
modules/
filter/ filter.module, line 341
Code
function filter_admin_format_title($format) {
return $format->name;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.