Merge pull request #18143 from mattwire/membertabbuttons
[civicrm-core.git] / CRM / Event / Form / Search.php
index 30001106871355690a3bc30630499c7825466323..ac4404ca6de11e530b1b2f84dcebfa42bd935a0a 100644 (file)
@@ -79,6 +79,9 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
    * @throws \CiviCRM_API3_Exception
    */
   public function preProcess() {
+    // SearchFormName is deprecated & to be removed - the replacement is for the task to
+    // call $this->form->getSearchFormValues()
+    // A couple of extensions use it.
     $this->set('searchFormName', 'Search');
 
     /**