You are here

constant AUTO_EXPIRE_NODE_TYPE in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.inc \AUTO_EXPIRE_NODE_TYPE
11 uses of AUTO_EXPIRE_NODE_TYPE
auto_expire_cron in ./auto_expire.module
Implements hook_cron().
auto_expire_node_delete in ./auto_expire.module
Deletes the node.
auto_expire_node_type_delete in ./auto_expire.module
Implements hook_node_type_delete().
auto_expire_node_type_update in ./auto_expire.module
Implements hook_node_type_update().
auto_expire_uninstall in ./auto_expire.install
Implements hook_uninstall().

... See full list

File

./auto_expire.inc, line 14
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('AUTO_EXPIRE_NODE_TYPE', 'auto_expire_');