In D7, the ! token means "do not sanitize this: I have already checked that it is safe." In D8, it is illegal. It sort of works, but it generates PHP warnings.
I am not sure what the proper fix is. There are a lot of ! tokens in this file. We may need different fixes for different uses.
When building the settings form, there are lines like
In D7, the
!
token means "do not sanitize this: I have already checked that it is safe." In D8, it is illegal. It sort of works, but it generates PHP warnings.I am not sure what the proper fix is. There are a lot of
!
tokens in this file. We may need different fixes for different uses.