Problem/Motivation
As described here there will be a core change that will make D8 compatible with PHP7 and the new Types that come with it. Now all old usages of those Classes have to be replaced with their equivalent as described in the issue.
Proposed resolution
Change all occurrences of relevant classes to their new equivalents.
Remaining tasks
None
User interface changes
None
API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | stringReplace_2471395_1.patch | 2.25 KB | LKS90 |
Comments
Comment #1
LKS90 commentedThis patch removes any mention of the String class and replaces it with SafeMarkup.
Comment #3
jibranThanks for the patch. Committed and pushed.