function page_title_views_api in Page Title 8.2
Same name and namespace in other branches
- 6.2 page_title.module \page_title_views_api()
- 7.2 page_title.module \page_title_views_api()
Implements hook_views_api().
File
- ./
page_title.module, line 750 - Enhanced control over the page title (in the head tag).
Code
function page_title_views_api() {
return array(
'api' => 2,
);
}