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

' . t('Islandora Audio adds audio derivative actions.') . '

'; $output .= '

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

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