I was trying to create a sub-theme and omega for Drupal 8 and it displayed the following error
list_themes() function does not exist

I replaced it with
theme_get_setting()

See images for more information and I create a patch to get it to work

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jojomojo’s picture

Patch works for me.
On a fresh install on drupal 8.0.0-beta9 .

btw: Thanks.

rodurico.sam’s picture

That patch worked fine here too, thanks!

dcmul’s picture

Status: Active » Needs review
FileSize
2.17 KB

It appears like the function theme_get_setting() is supposed to return settings, yet I think what is required here should be a function that returns themes. Based on change record https://www.drupal.org/node/2150863, I have taken the liberty to provide an other patch.

alvar0hurtad0’s picture

Status: Needs review » Reviewed & tested by the community

The patch work fine.

himerus’s picture

Status: Reviewed & tested by the community » Fixed

Patch does appear to solve this issue. Added to next package release.

Imaaxa-Cory’s picture

Status: Fixed » Closed (fixed)

Appears to be fixed. Closing.