You are here

function heartbeat_messages_add in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 heartbeat.admin.inc \heartbeat_messages_add()

Function to maintain and administer heartbeat messages

Return value

settingsform

3 string references to 'heartbeat_messages_add'
hds_form_alter in modules/hds/hds.module
Implementation of hook_form_alter().
heartbeat_menu in ./heartbeat.module
Implementation of hook_menu().
og_activity_form_alter in modules/og_activity/og_activity.module
Implementation of hook_form_alter().

File

./heartbeat.admin.inc, line 922
Admnistration tasks for heartbeat.

Code

function heartbeat_messages_add(&$form_state) {
  return heartbeat_messages_edit($form_state, new stdClass());
}