function hook_registration_block_title_alter in Node registration 7
Implements hook_registration_block_title_alter().
1 invocation of hook_registration_block_title_alter()
- node_registration_block_view in ./
node_registration.module - Implements hook_block_view().
File
- ./
node_registration.api.php, line 151
Code
function hook_registration_block_title_alter(&$title, $reason) {
}