You are here

constant LIBRARY_ACTION_TYPE_AVAILABLE in Library 7

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

Library action that makes an item available.

6 uses of LIBRARY_ACTION_TYPE_AVAILABLE
library_admin_settings in ./library.admin.inc
Menu callback: Edit Library Settings.
library_get_action_links in ./library.module
Returns the actions available for an item.
library_get_last_transaction_by_item in ./library.module
Retrieve last transaction for an item.
library_transaction_form_submit in ./library.pages.inc
Handles transaction form submissions.
library_transaction_form_validate in ./library.pages.inc
Handles transaction form submissions.

... See full list

File

./library.module, line 65

Code

define('LIBRARY_ACTION_TYPE_AVAILABLE', 2);