function message_ctools_plugin_plugins in Message 6
Implementation of hook_ctools_plugin_*.
Give information to CTools about the message plugin.
File
- ./
message.module, line 144 - API functions to manipulate messages.
Code
function message_ctools_plugin_plugins() {
return array(
'process' => 'message_message_process',
);
}