As this SafeMarkup::checkPlain is deprecated this is now replaced with Html::escape().
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Utility!Safe...
quick note : This is 8.x code and SafeMarkup::checkPlain is only deprecating in 9.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_deprecated_SafeMarkup::checkPlain_from_codebase-2801105-2.patch | 962 bytes | Pradnya Pingat |
Comments
Comment #2
Pradnya Pingat commentedPlease find the patch attached.
Comment #4
jepster_Thanks. I have applied your changes.