constant HEARTBEAT_PRIVATE in Heartbeat 7
Same name and namespace in other branches
- 6.4 heartbeat.module \HEARTBEAT_PRIVATE
- 6.3 heartbeat.module \HEARTBEAT_PRIVATE
5 uses of HEARTBEAT_PRIVATE
- HeartbeatActivity::isPrivate in includes/
heartbeatactivity.inc - isPrivate().
- HeartbeatStream::createQuery in includes/
heartbeatstream.inc - createQuery().
- heartbeat_user_templates in ./
heartbeat.module - Add the heartbeat template field to the user edit form.
- UserActivity::queryAlter in modules/
heartbeat_defaults/ streams/ useractivity.inc - Implementation of queryAlter().
- UserActivity::viewsQueryAlter in modules/
heartbeat_defaults/ streams/ useractivity.inc - Function to add a part of a sql to a query built by views UI
File
- ./
heartbeat.module, line 25 - Module file for heartbeat activity. Basic hook implementations and helper functions will be found here.
Code
define('HEARTBEAT_PRIVATE', 0);