Skip to content

Instantly share code, notes, and snippets.

@bogomolov-dev
Last active August 2, 2016 13:29
Show Gist options
  • Save bogomolov-dev/e243b1a81bbe09e852c8be4d3bebc065 to your computer and use it in GitHub Desktop.
Save bogomolov-dev/e243b1a81bbe09e852c8be4d3bebc065 to your computer and use it in GitHub Desktop.
Namen des aktiven Theme in Drupal 8 auslesen
<?php
// Name des aktiven Themes
\Drupal::theme()->getActiveTheme()->getName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment