function brightcove_account_uri in Brightcove Video Connect 7.6
Same name and namespace in other branches
- 7.7 brightcove.module \brightcove_account_uri()
URI callback for brightcove_client entity.
File
- ./
brightcove.module, line 2189 - Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.
Code
function brightcove_account_uri($entity) {
return [
'path' => 'admin/config/media/brightcove/brightcove_client/' . entity_id('brightcove_client', $entity),
];
}