constant LIBRARY_ITEM_AVAILABLE in Library 7
Same name and namespace in other branches
- 5.2 library.module \LIBRARY_ITEM_AVAILABLE
- 6.2 library.module \LIBRARY_ITEM_AVAILABLE
- 6 library.module \LIBRARY_ITEM_AVAILABLE
Library Item is available.
9 uses of LIBRARY_ITEM_AVAILABLE
- LibraryWebTestCase::setUp in tests/
library.unit.test - Sets up a Drupal site for running functional and integration tests.
- 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.
File
- ./
library.module, line 35
Code
define('LIBRARY_ITEM_AVAILABLE', 0);