constant POPUP_ONLOAD_DEFAULT_COOKIE_LIFETIME in Popup On Load 8
Same name and namespace in other branches
- 7 popup_onload.module \POPUP_ONLOAD_DEFAULT_COOKIE_LIFETIME
3 uses of POPUP_ONLOAD_DEFAULT_COOKIE_LIFETIME
- PopupOnLoadSettingsForm::buildForm in src/
Form/ PopupOnLoadSettingsForm.php - Defines the settings form for Popup On Load entities.
- popup_onload_prepare_popup in ./
popup_onload.module - Generate Javascript parameters for popup.
- popup_onload_save_time_cookie in ./
popup_onload.module - Save popup display time into the cookie.
File
- ./
popup_onload.module, line 10 - Contains main popup_onload hooks and functions.
Code
define('POPUP_ONLOAD_DEFAULT_COOKIE_LIFETIME', 1209600);