theme_enable() and theme_disable() have been deprecated, per change record #2150863. Replace calls to these methods in standard.install with use of the theme_handler service.

CommentFileSizeAuthor
#2 theme_service-2230229-2.patch1.14 KBjrbeeman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrbeeman’s picture

Issue summary: View changes
jrbeeman’s picture

Assigned: jrbeeman » Unassigned
Status: Active » Needs review
FileSize
1.14 KB

Attached converts the Standard profile patch to utilize the new theme_handler service.

Status: Needs review » Needs work

The last submitted patch, 2: theme_service-2230229-2.patch, failed testing.

Haza’s picture

Status: Needs work » Closed (cannot reproduce)

There is no more theme_enable() nor theme_disable() in core's profile.

/projects/d8/www/core/profiles
$ rgrep 'theme_enable(' *

/projects/d8/www/core/profiles
$ rgrep 'theme_disable(' *

/projects/d8/www/core/profiles