- 🇺🇸United States bluegeek9
The legacy code is intentional. It was to support Pre Drupal 8.8. The module use to support 8 and 9.
This issue addresses removing the legacy code and the if statement.
📌 Remove Drupal 8 legacy code Fixed
Call to deprecated function entity_get_display(). Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use EntityDisplayRepositoryInterface::getViewDisplay() instead.
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The legacy code is intentional. It was to support Pre Drupal 8.8. The module use to support 8 and 9.
This issue addresses removing the legacy code and the if statement.
📌 Remove Drupal 8 legacy code Fixed