Change record status: 
Project: 
Introduced in branch: 
2.x
Introduced in version: 
2.2.0
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