constant EMFIELD_STATUS_AVAILABLE in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 deprecated/emfield-deprecated.inc \EMFIELD_STATUS_AVAILABLE
3 uses of EMFIELD_STATUS_AVAILABLE
- emvideo_emfield_field_extra in contrib/
emvideo/ emvideo.module - Implements hook_emfield_field_extra(). This is called on field operations to allow us to act on emvideos.
- theme_emfield_handler_field_status in includes/
views/ emfield.views.inc - _emfield_field_columns in ./
emfield.cck.inc - Helper function to consistantly define field columns.
File
- ./
emfield.module, line 9 - Embedded Media Field is a CCK-based framework for 3rd party media files.
Code
define('EMFIELD_STATUS_AVAILABLE', 0x1);