You are here

function hook_blogapi_default_services_alter in Blog API 7.2

Implements hook_default_services_endpoint() for BlogAPI endpoints

1 invocation of hook_blogapi_default_services_alter()
blogapi_default_services_endpoint in ./blogapi.module
Implements hook_default_services_endpoint().

File

./blogapi.api.php, line 35
Describe all available hooks

Code

function hook_blogapi_default_services_alter(&$export) {
}