You are here

constant LIBRARY_ITEM_NOT_IN_LIBRARY in Library 6.2

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

Item type is not in the library.

3 uses of LIBRARY_ITEM_NOT_IN_LIBRARY
library_content_extra_fields in ./library.module
library_form_alter in ./library.module
Implementation of hook_form_alter()
library_item_in_library in ./library.module
Check whether a given item (based on its item type) is part of the library @returns Boolean

File

./library.module, line 10

Code

define('LIBRARY_ITEM_NOT_IN_LIBRARY', 0);