By m.stenta on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
2.x
Introduced in version:
2.2.0
Issue links:
Description:
We introduced new a new getQuickId() and method in QuickFormInterface with a final implementation in the QuickFormBase class. This replaces the now deprecated getId() method.
Before:
$quick_form_id = $quick_form->getId();
After:
$quick_form_id = $quick_form->getQuickId();
Impacts:
Module developers