You are here

constant POPUP_ONLOAD_DEFAULT_COOKIE_NAME in Popup On Load 8

Same name and namespace in other branches
  1. 7 popup_onload.module \POPUP_ONLOAD_DEFAULT_COOKIE_NAME

@file Contains main popup_onload hooks and functions.

4 uses of POPUP_ONLOAD_DEFAULT_COOKIE_NAME
PopupOnLoadSettingsForm::buildForm in src/Form/PopupOnLoadSettingsForm.php
Defines the settings form for Popup On Load entities.
popup_onload_check_time_cookie in ./popup_onload.module
Check if popup_onload cookie is set.
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 8
Contains main popup_onload hooks and functions.

Code

define('POPUP_ONLOAD_DEFAULT_COOKIE_NAME', 'popup_onload_time');