- πΊπΈUnited States loopy1492
It looks like this is also being resolved in https://www.drupal.org/project/adminimal_theme/issues/3296538 π Automated Drupal 10 compatibility fixes Fixed
I got a Call to deprecated functions drupal_get_path() and file_create_url() running drupal-check.
------ -----------------------------------------------------------------------------
Line adminimal_theme.theme
------ -----------------------------------------------------------------------------
45 Call to deprecated function drupal_get_path():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.
48 Call to deprecated function file_create_url():
in drupal:9.3.0 and is removed from drupal:10.0.0.
Use the appropriate method on \Drupal\Core\File\FileUrlGeneratorInterface
instead.
49 Call to deprecated function file_create_url():
in drupal:9.3.0 and is removed from drupal:10.0.0.
Use the appropriate method on \Drupal\Core\File\FileUrlGeneratorInterface
instead.
------ -----------------------------------------------------------------------------
$> drupal-check web/themes/contrib/adminimal_theme
------ -----------------------------------------------------------------------------
Line adminimal_theme.theme
------ -----------------------------------------------------------------------------
45 Call to deprecated function drupal_get_path():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.
48 Call to deprecated function file_create_url():
in drupal:9.3.0 and is removed from drupal:10.0.0.
Use the appropriate method on \Drupal\Core\File\FileUrlGeneratorInterface
instead.
49 Call to deprecated function file_create_url():
in drupal:9.3.0 and is removed from drupal:10.0.0.
Use the appropriate method on \Drupal\Core\File\FileUrlGeneratorInterface
instead.
------ -----------------------------------------------------------------------------
Fixes for:
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It looks like this is also being resolved in https://www.drupal.org/project/adminimal_theme/issues/3296538 π Automated Drupal 10 compatibility fixes Fixed