constant MEDIA_LIBRARY_LIMIT in Media Library 6
Defines default per page limit for browsing media
4 uses of MEDIA_LIBRARY_LIMIT
- media_library_admin in ./
media_library.admin.inc - Main settings page
- media_library_modal_browse_form in ./
media_library.modal.inc - Utility to sub modules. This generates a form structure and add a pager for browsing media. This should be used in a modal context
- ml_flickr_search in ml_image/
ml_flickr/ ml_flickr.module - Function that searches flickr TODO: Add arguments
- ml_image_basic_search in ml_image/
ml_image_basic/ ml_image_basic.module - Search the images
File
- ./
media_library.module, line 11 - Main Media Library module file.
Code
define('MEDIA_LIBRARY_LIMIT', 24);