You are here

constant MERCI_SUB_TYPE_ITEM in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_SUB_TYPE_ITEM
  2. 6 merci.module \MERCI_SUB_TYPE_ITEM
  3. 7.3 merci_migrate/merci_items.inc \MERCI_SUB_TYPE_ITEM
7 uses of MERCI_SUB_TYPE_ITEM
MerciItemProcessor::newEntity in modules/merci_import/MerciItemProcessor.inc
Creates a new node in memory and returns it.
merci_add_settings_form in ./merci.module
merci_delete_item_validate in ./merci.module
Validates if an item node can be deleted.
merci_form_alter in ./merci.module
Implementation of hook_form_alter().
merci_get_reservable_items in includes/database.inc
Pulls an array of items that are reservable for the content type and date range.

... See full list

File

./merci.module, line 29
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

define('MERCI_SUB_TYPE_ITEM', 1);