- Issue created by @sndo
- First commit to issue fork.
- @ranjit1032002 opened merge request.
- Status changed to Needs review
over 1 year ago 7:48am 13 March 2023 - 🇮🇳India dineshkumarbollu
Hi Ranjit1032002
I Review your MR,
According to D10 fixess document in info.yml file "core: 8.x" should be remove from the file can you create MR again by remove this line "core: 8.x".Thank you
- Status changed to Needs work
over 1 year ago 9:02am 13 March 2023 - @ranjit1032002 opened merge request.
- @ranjit1032002 opened merge request.
- Status changed to Needs review
over 1 year ago 2:20pm 13 March 2023 - 🇮🇳India Ranjit1032002
Created MR!3 for the issue metioned in comment #5 , please review.
Thank you.
- 🇨🇳China youyoums
Upgrade to drupal 10 needs further follow-up, thanks to all contributors
- 🇦🇷Argentina clau_bolson
I modyfied the file aegan.info.yml and also I did this:
In aegan.theme
Line 8
- define('THEME_PATH', base_path() . drupal_get_path('theme', 'aegan'));
+ define('THEME_PATH', base_path() . \Drupal::service('extension.list.theme')->getPath('aegan'));Line 256
- $filename = drupal_get_path('theme', 'aegan') . '/aegan.theme';
+ $filename = \Drupal::service('extension.list.theme')->getPath('aegan') . '/aegan.theme';