Closed (fixed)
Project:
Field Group
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
1 Apr 2016 at 11:49 UTC
Updated:
7 May 2016 at 13:04 UTC
Jump to comment: Most recent
In Drupal8 deprectaed methods will be removed before Drupal 9.
1. Replaced with \Drupal::entityTypeManager() instead of \Drupal::entityTypeManager().
2. Replaced Html::escape() instead of SafeMarkup::checkPlain()
3. Removed the unused import : Drupal\Component\Utility\SafeMarkup;
Please find the patch which would fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| field_group-deprecated_fix.patch | 7.67 KB | pashupathi nath gajawada |
Comments
Comment #3
nils.destoop commentedThx for the cleanup, i committed it to dev