How to get theme path in drupal 8



Goto your_theme.theme file
add below code
function your_theme_preprocess(&$variables, $hook)
{
$variables['base_path'] = base_path();
}
and use below token inside page.html.twing file
{{ base_path }}

Related Post


Latest Post


Recent Posts Widget

Make sure to never miss a thing...

Get the latest news from the creative industry along with other creative goodies, conveniently delivered to social media.