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