You are here

function thunder_amp_preprocess_media_entity_twitter_tweet in Thunder 8.2

Implements hook_preprocess_HOOK().

File

themes/thunder_amp/thunder_amp.theme, line 29
Preprocess html for thunder_amp theme.

Code

function thunder_amp_preprocess_media_entity_twitter_tweet(&$variables) {
  $explodedUrl = explode('/', $variables['path']);
  $variables['tweetid'] = end($explodedUrl);
}