constant ACTIVITY_ALL in Activity 6
Same name and namespace in other branches
- 5.4 activity.module \ACTIVITY_ALL
- 5.3 activity.module \ACTIVITY_ALL
@file activity.module
Allow users to see their friends' activity on the site.
6 uses of ACTIVITY_ALL
- ActivityAPITest::testGetActivity2 in tests/
ActivityAPITests.test - activity_block in ./
activity.module - Implementation of hook_block().
- activity_feed in ./
activity.module - Menu callback for displaying site or user activity as an RSS feed.
- activity_json in ./
activity.module - Output activity as JSON.
- activity_menu in ./
activity.module - Implementation of hook_menu().
File
- ./
activity.module, line 10 - activity.module
Code
define('ACTIVITY_ALL', -1);