function brightcove_video_edit_access in Brightcove Video Connect 7.6
Same name and namespace in other branches
- 7.7 brightcove.video.inc \brightcove_video_edit_access()
Menu access callback for editing a video.
File
- ./
brightcove.video.inc, line 642 - Brightcove video related functions.
Code
function brightcove_video_edit_access($perm, $entity_type, $field_name, $entity_id_or_bundle = NULL, Entity $video = NULL) {
return brightcove_field_browse_access($perm, $entity_type, $field_name, $entity_id_or_bundle, $video->client);
}