Created
May 26, 2017 09:47
-
-
Save ValeriiVasyliev/98e5fd6e860da45656be2ee5a71dd21f to your computer and use it in GitHub Desktop.
Drupal 8. Get list installed themes
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 | |
$themesList = array_keys( \Drupal::service('theme_handler')->listInfo() ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment