In Drupal8 deprectaed methods will be removed before Drupal 9.
1. Replaced with \Drupal::entityTypeManager() instead of \Drupal::entityTypeManager().
2. Replaced Html::escape() instead of SafeMarkup::checkPlain()
3. Removed the unused import : Drupal\Component\Utility\SafeMarkup;

Please find the patch which would fix it.

Comments

nils.destoop’s picture

Status: Needs review » Fixed

Thx for the cleanup, i committed it to dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.