You are here

function hook_node_registration_table_registrations_alter in Node registration 7

Implements hook_node_registration_table_registrations_alter().

DEPRECATED. DON'T USE.

This probably won't even trigger, because node_registration_registrations_page() isn't used anymore. This table is now created with an extensible View.

File

./node_registration.api.php, line 170

Code

function hook_node_registration_table_registrations_alter(&$table, $context) {
}