You are here

function hook_scald_atom_update in Scald: Media Management made easy 7

Act on an atom being updated.

This hook is invoked from ScaldAtomController::save() after an existing atom is saved to the database, after field_attach_update() and before hook_entity_update() is called.

@codingStandardsIgnoreStart

Parameters

ScaldAtom $atom: A Scald Atom.

File

./scald.api.php, line 487
Hooks related to Scald atoms and providers.

Code

function hook_scald_atom_update($atom) {

  // @codingStandardsIgnoreEnd
}