You are here

function hook_scald_unregister_atom in Scald: Media Management made easy 7

Respond to atom deletion.

@codingStandardsIgnoreStart

Parameters

ScaldAtom $atom: The atom being created.

string $mode: Role of the callee function. Can have the following values:

  • "type" (not really, as we don't have type provider now).
  • "atom".
  • "transcoder".

See also

hook_scald_register_atom()

1 invocation of hook_scald_unregister_atom()
scald_unregister_atom in ./scald.module
Unregister a Scald Atom.

File

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

Code

function hook_scald_unregister_atom($atom, $mode) {

  // @codingStandardsIgnoreEnd
}