🇫🇷France AdlerM
Before
* file_create_url($uri)
* drupal_get_path('theme', 'seven')
After
* \Drupal::service('file_url_generator')->generateAbsoluteString($uri)
* \Drupal::service('extension.list.theme')->getPath('seven')
🇫🇷France AdlerM
I used patch #6 with Drupal 10.1.4, it works but, you need to correct the calls to the obsolete function in /themes/custom/bfd/bootstrap_for_drupal.theme: 'file_create_url()' and 'drupal_get_path'
thank so much !
🇫🇷France AdlerM
Hello,
What news with Drupal 10 compatibility ?
thank you !