constant HEARTBEAT_PUBLIC_TO_ALL in Heartbeat 7
Same name and namespace in other branches
- 6.4 heartbeat.module \HEARTBEAT_PUBLIC_TO_ALL
- 6.3 heartbeat.module \HEARTBEAT_PUBLIC_TO_ALL
7 uses of HEARTBEAT_PUBLIC_TO_ALL
- ctools_export_ui_heartbeat_template::_edit_form in modules/
heartbeat_ui/ plugins/ export_ui/ ctools_export_ui_heartbeat_template.class.php - Helper function with element for the settings editing form.
- HeartbeatActivity::setAccess in includes/
heartbeatactivity.inc - setAccess().
- HeartbeatStream::createQuery in includes/
heartbeatstream.inc - createQuery().
- heartbeat_example_node_insert in modules/
heartbeat_example/ heartbeat_example.module - Implements hook_node_insert().
- heartbeat_example_node_update in modules/
heartbeat_example/ heartbeat_example.module - Implements hook_node_update().
File
- ./
heartbeat.module, line 34 - Module file for heartbeat activity. Basic hook implementations and helper functions will be found here.
Code
define('HEARTBEAT_PUBLIC_TO_ALL', 4);