You are here

constant NODE_EXPIRE_NO_EXPIRE in Node expire 7.2

Same name and namespace in other branches
  1. 8 node_expire.module \NODE_EXPIRE_NO_EXPIRE
  2. 7 node_expire.module \NODE_EXPIRE_NO_EXPIRE
5 uses of NODE_EXPIRE_NO_EXPIRE
NodeHookHandler::doNodeUpdateInsert in src/Module/Hook/NodeHookHandler.php
Implements hook_node_update() and hook_node_insert().
TimestampUtils::dateDbToStr in src/Module/Utils/TimestampUtils.php
Convert timestamp int to date string.
TimestampUtils::dateStrToDb in src/Module/Utils/TimestampUtils.php
Convert date string to timestamp int.
TimestampUtils::strToTimestamp in src/Module/Utils/TimestampUtils.php
Converts date string to timestamp int.
TimestampUtils::timestampToStr in src/Module/Utils/TimestampUtils.php
Converts timestamp int to date string.

File

./node_expire.module, line 16
Set a timer into your content, allowing you to perform customized actions.

Code

define('NODE_EXPIRE_NO_EXPIRE', 2145934800);