You are here

function hook_kaltura_cw_destination in Kaltura 7.3

Same name and namespace in other branches
  1. 7.2 kaltura.api.php \hook_kaltura_cw_destination()

Returns the URL the user will be redirected to "after AddEntry in the CW".

Only first module implemented this hook will be counted.

@todo Provide a better description.

Return value

string A string containing a URL.

See also

kaltura_cw_destination()

File

./kaltura.api.php, line 20
Hooks provided by Kaltura module.

Code

function hook_kaltura_cw_destination() {
  return url('kaltura/entries');
}