function hook_emfield_data_alter in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 hooks/emfield.php \hook_emfield_data_alter()
- 6.2 hooks/emfield.php \hook_emfield_data_alter()
Alter the data array of a media item before it is stored in the database.
1 invocation of hook_emfield_data_alter()
- _emfield_emfield_field in ./
emfield.cck.inc - Implementation of hook_emfield_field(). This in turn is a callback for hook_field().
File
- hooks/
emfield.php, line 229 - Document various hooks for Embedded Media Field.
Code
function hook_emfield_data_alter(&$data, $module, $delta = 0, $node = NULL, $field = NULL, $items = array()) {
}