Last active
August 2, 2016 13:29
-
-
Save bogomolov-dev/e243b1a81bbe09e852c8be4d3bebc065 to your computer and use it in GitHub Desktop.
Namen des aktiven Theme in Drupal 8 auslesen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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