You are here

function hook_emfield_data_alter in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 hooks/emfield.php \hook_emfield_data_alter()
  2. 6.2 hooks/emfield.php \hook_emfield_data_alter()

Alter the data array of a media item before it is stored in the database.

2 invocations 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().
_emfield_emfield_field in deprecated/emfield-deprecated.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()) {
}