You are here

function brightcove_media_theme in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.3 brightcove_media/brightcove_media.module \brightcove_media_theme()
  2. 7.4 brightcove_media/brightcove_media.module \brightcove_media_theme()
  3. 7.6 brightcove_media/brightcove_media.module \brightcove_media_theme()

Implements hook_theme().

File

brightcove_media/brightcove_media.module, line 133
This module provide the hook implementations for the integration with Media module.

Code

function brightcove_media_theme($existing, $type, $theme, $path) {
  return [
    'brightcove_media_browser_filter_form' => [
      'render element' => 'form',
    ],
    'brightcove_media_playlist_browser_form' => [
      'render element' => 'form',
    ],
  ];
}