You are here

function hook_blogapi_info_alter in Blog API 7.2

Alter Blog API definition

1 invocation of hook_blogapi_info_alter()
blogapi_get_info in ./blogapi.module
Get all BlogAPI information, optionally filtered by API type

File

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

Code

function hook_blogapi_info_alter(&$blogapi) {
}