constant LIBRARY_ITEM_UNAVAILABLE in Library 7
Same name and namespace in other branches
- 5.2 library.module \LIBRARY_ITEM_UNAVAILABLE
- 6.2 library.module \LIBRARY_ITEM_UNAVAILABLE
- 6 library.module \LIBRARY_ITEM_UNAVAILABLE
Library Item is not available.
12 uses of LIBRARY_ITEM_UNAVAILABLE
- library_get_action_links in ./
library.module - Returns the actions available for an item.
- library_get_status_item in ./
library.module - Returns the status of an item.
- library_get_status_items in ./
library.module - Gets the status of multiple items in a node.
- library_get_status_text in ./
library.module - Get the text that corresponds to a given status.
- library_handler_filter_library_status::query in includes/
views/ handlers/ library_handler_filter_library_status.inc - Implements query().
File
- ./
library.module, line 40
Code
define('LIBRARY_ITEM_UNAVAILABLE', 1);