function skinr_skinr_api in Skinr 6
Same name and namespace in other branches
- 6.2 skinr.handlers.inc \skinr_skinr_api()
Implementation of hook_skinr_api().
This one is used as the base to reduce errors when updating.
5 calls to skinr_skinr_api()
- block_skinr_api in includes/
handlers.inc - comment_skinr_api in includes/
handlers.inc - node_skinr_api in includes/
handlers.inc - panels_skinr_api in includes/
handlers.inc - views_skinr_api in includes/
handlers.inc
File
- includes/
handlers.inc, line 148 - Defines the various handler objects to support Skinr.
Code
function skinr_skinr_api() {
return array(
'api' => 1,
'path' => drupal_get_path('module', 'skinr') . '/modules',
);
}