dev/core#1294 Remove getFormValues function
authoreileen <emcnaughton@wikimedia.org>
Sat, 5 Oct 2019 10:52:43 +0000 (12:52 +0200)
committereileen <emcnaughton@wikimedia.org>
Sat, 5 Oct 2019 10:53:08 +0000 (12:53 +0200)
This is overiding the parent function which gives an empty result

CRM/Contact/Form/Search.php

index 0d854ff10f93fdc53094b50bd613478ac0c18115..96fb7810d07062801b4e39f2ffac4cd6a404fb15 100644 (file)
@@ -757,13 +757,6 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
     $controller->moveFromSessionToTemplate();
   }
 
-  /**
-   * @return array
-   */
-  public function &getFormValues() {
-    return $this->_formValues;
-  }
-
   /**
    * Common post processing.
    */