function thunder_amp_preprocess_video_embed_iframe__youtube in Thunder 8.2
Implements hook_preprocess_HOOK().
File
- themes/
thunder_amp/ thunder_amp.theme, line 21 - Preprocess html for thunder_amp theme.
Code
function thunder_amp_preprocess_video_embed_iframe__youtube(&$variables) {
$explodedUrl = explode('/', $variables['url']);
$variables['videoid'] = end($explodedUrl);
}