You are here

scald_dnd_library.api.php in Scald: Media Management made easy 7

Hooks related to Scald DnD Library.

File

modules/library/scald_dnd_library/scald_dnd_library.api.php
View source
<?php

/**
 * @file
 * Hooks related to Scald DnD Library.
 */

/**
 * Alter a scald library item.
 *
 * @param $atom
 *   The atom object.
 * @param $item
 *   The scald library item.
 */
function hook_scald_dnd_library_item_alter($atom, &$item) {
}

Functions

Namesort descending Description
hook_scald_dnd_library_item_alter Alter a scald library item.