Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Important
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.25
-
Fix Version/s: 4.7.28
-
Component/s: Drupal Integration Modules
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:Yes
Description
The civicrm-drupal module for Drupal 8 uses the deprecated SafeMarkup class in a couple of places, including some methods that were removed entirely.
One instance of using SafeMarkup::set() (which was removed) in \Drupal\civicrm\Form\UserProfile will cause a fatal error if you go to the "Name and Address" tab on a user profile.
All instances of SafeMarkup should be replaced with their recommended substitutes per https://www.drupal.org/node/2549395