@@ -68,8 +68,8 @@ class CRM_Example_Form extends CRM_Core_Form {
}
```
!!!note
In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses buildForm. This is not standard for new form classes.`
!!!note "builQuickForm v buildForm"
In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm`, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses `buildForm`. This is not standard for new form classes.