Closed (fixed)
Project:
Artisan
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2026 at 10:27 UTC
Updated:
21 Apr 2026 at 15:15 UTC
Jump to comment: Most recent
The file includes/page.inc uses the theme_get_setting() method, which is deprecated.
It has been replaced with the Drupal\Core\Extension\ThemeSettingsProvider service.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ivanbarr commentedComment #4
sourabhsisodia_ commented@ivanbarr Reviewed the changes , now the theme is not crashing and works fine !! RTBC++
Comment #8
omarlopesino