You are here

constant EXTEND_AUTO_EXPIRE_ALL in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.inc \EXTEND_AUTO_EXPIRE_ALL
2 uses of EXTEND_AUTO_EXPIRE_ALL
auto_expire_permission in ./auto_expire.module
Implements hook_permission().
_auto_expire_can_user_extend in ./auto_expire.module
Determines if the user can extend expiry.

File

./auto_expire.inc, line 20
Auto Expire automatically expires nodes after a node has been published for a certain time. The module can also send out warnings before expiry and purge expired nodes afterwards.

Code

define('EXTEND_AUTO_EXPIRE_ALL', 'extend expiring all content');