Needs review
Project:
Login redirect
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2017 at 11:47 UTC
Updated:
8 Aug 2018 at 12:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damienmckennaThis removes the use statement in favor of a longer declaration.
Comment #3
astonvictor commentedCannot find \Drupal\Component\Utility\String class. I think we should use \Drupal\Component\Utility\SafeMarkup.
Comment #4
karuna patel commented"String" will be a reserved word in PHP 7. The class \Drupal\Component\Utility\String is removed.
Replace calls to \Drupal\Component\Utility\String with calls to \Drupal\Component\Utility\SafeMarkup.
I have attached patch to fix this issue.