Inside the FontAwesomeManager class, the drupal_get_path function is used, which is deprecated in Drupal 9 and removed in Drupal 10.
I tried this on a taxonomy term and a node and on both entity types I get the error:
Error: Call to undefined function Drupal\fontawesome\drupal_get_path() in Drupal\fontawesome\FontAwesomeManager->getMetadataFilepath() (line 304 of modules/contrib/fontawesome/src/FontAwesomeManager.php).
We should replace the drupal_get_path function with the extionsion.list.module
service.
\Drupal::service('extension.list.module')->getPath('fontawesome')
Closed: duplicate
2.24
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.