You are here

constant LIBRARY_ITEM_AVAILABLE in Library 7

Same name and namespace in other branches
  1. 5.2 library.module \LIBRARY_ITEM_AVAILABLE
  2. 6.2 library.module \LIBRARY_ITEM_AVAILABLE
  3. 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.

... See full list

File

./library.module, line 35

Code

define('LIBRARY_ITEM_AVAILABLE', 0);