The exclamation mark ! placeholder is not used in Drupal 8 any more:
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Render!Forma...
Instead use \Drupal\Component\Render\MarkupInterface object with @ placeholder. It is safe because sanitization and formatting will be done before replacement.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | replace_placeholder-2897948-2.patch | 1.65 KB | drugan |
Comments
Comment #2
drugan commentedReplaced for @ placeholder.
Comment #4
bribread22 commented@drugan, thanks for your contribution. I've applied your patch and created a new release (8.x-1.0-rc3).
Comment #5
bribread22 commented