' . t('About') . ''; $output .= '

' . t('Islandora Video adds video derivative actions.') . '

'; $output .= '

' . t('These can be used with microservices to automatically generate derivative videos.') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function islandora_video_theme() { return [ 'islandora_file_video' => [ 'variables' => [ 'files' => [], 'tracks' => NULL, 'attributes' => NULL, ], ], ]; }