Class Drupal\webprofiler\Entity\EntityManagerWrapper contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2605896. --> Reported by: [willzyx](https://www.drupal.org/user/1043862) >>> <p>In <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/drupal/issues/2337191" title="Status: Closed (fixed)">#2337191: Split up EntityManager into many services</a></span> the entity manager was refactored and splitted into many services. The following methods have been added to the various interfaces that currently EntityManagerInterface extends:</p> <p><a href="https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityDisplayRepository.php/function/EntityDisplayRepository%3A%3AclearDisplayModeInfo/8">EntityDisplayRepository::clearDisplayModeInfo()</a></p> <p><a href="https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21EntityFieldManagerInterface.php/function/EntityFieldManagerInterface%3A%3AgetFieldMap/8">EntityFieldManagerInterface::getFieldMap()</a></p> <p>EntityManagerWrapper needs to implements those method or a fatal error is trown</p>
issue