constant LIBRARY_ITEM_NOT_IN_LIBRARY in Library 7
Same name and namespace in other branches
- 5.2 library.module \LIBRARY_ITEM_NOT_IN_LIBRARY
- 6.2 library.module \LIBRARY_ITEM_NOT_IN_LIBRARY
- 6 library.module \LIBRARY_ITEM_NOT_IN_LIBRARY
Item type is not in the library.
7 uses of LIBRARY_ITEM_NOT_IN_LIBRARY
- library_form_alter in ./library.module 
- Implements hook_form_alter().
- library_history in ./library.pages.inc 
- A menu callback to show the transaction history of a single node.
- library_node_insert in ./library.module 
- Implements hook_node_insert().
- library_node_load in ./library.module 
- Implements hook_node_load().
- library_node_update in ./library.module 
- Implements hook_node_update().
File
- ./library.module, line 15 
Code
define('LIBRARY_ITEM_NOT_IN_LIBRARY', 0);