function extlink_extra_timer_markup in External Links Extra 8
Same name and namespace in other branches
- 7 extlink_extra.module \extlink_extra_timer_markup()
2 calls to extlink_extra_timer_markup()
- extlink_extra_preprocess_extlink_extra_leaving in ./
extlink_extra.module - Implements hook_preprocess_HOOK for extlink_extra_leaving.
- extlink_extra_tokens in ./
extlink_extra.module - Implements hook_tokens().
File
- ./
extlink_extra.module, line 517
Code
function extlink_extra_timer_markup() {
return [
'#type' => 'inline_template',
'#template' => '<div class="automatic-redirect-countdown"></div>',
];
}