You are here

constant DATEREMINDER_TYPE_DISABLED in Date Reminder 7

Same name and namespace in other branches
  1. 6.2 includes/defines.inc \DATEREMINDER_TYPE_DISABLED
  2. 6 includes/defines.inc \DATEREMINDER_TYPE_DISABLED

Enable states for a node type

9 uses of DATEREMINDER_TYPE_DISABLED
datereminder_alter_node_type_form in includes/node_form.inc
Implements hook_alter_node_type_form(). @todo To be consistent with D7 format, how do we get this to be a separate tab on the side? See hook_form_node_form_alter().
datereminder_node_delete in ./datereminder.module
Implements hook_node_delete().
datereminder_node_load in ./datereminder.module
Implements hook_node_load().
datereminder_node_type_update in includes/node_form.inc
Implements hook_node_type_update().
_datereminder_clean_type_reminders in includes/db7.inc
Clean out reminders for everything associated with this type.

... See full list

File

includes/defines.inc, line 18
Define common constants.

Code

define('DATEREMINDER_TYPE_DISABLED', 0);