You are here

constant LIBRARY_CIRCULATION in Library 6.2

Same name and namespace in other branches
  1. 5.2 library.module \LIBRARY_CIRCULATION
  2. 6 library.module \LIBRARY_CIRCULATION
  3. 7 library.module \LIBRARY_CIRCULATION

Library Item is in circulation.

6 uses of LIBRARY_CIRCULATION
library_get_status_item in ./library.module
library_handler_filter_library_status::query in includes/views/handlers/library_handler_filter_library_status.inc
library_load in ./library.module
Menu callback; loads a library object
library_load_items in ./library.module
Load Library Item Data for a given node
library_renew_action in ./library.actions.inc
Implementation of a Drupal action. Renews a library item if it is checked out and due dates are enabled.

... See full list

File

./library.module, line 20

Code

define('LIBRARY_CIRCULATION', 0);