Remove api annotation from getSubmittableFields()
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 22 Dec 2023 01:57:44 +0000 (14:57 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 22 Dec 2023 01:57:44 +0000 (14:57 +1300)
This should either be public or api-supported. Perhaps it should be public/api but
at least for now I will resolve by removing the annotation

CRM/Contribute/Form/ContributionBase.php

index d5d7561771df6763e3819cb0a22a22d474d59de2..f47f0cd859817125b54bc165fb9bb93afed7240d 100644 (file)
@@ -1404,10 +1404,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
    * form (Contribution_Main) available from the others in the same flow
    * (Contribution_Confirm, Contribution_ThankYou).
    *
-   * @api This function will not change in a minor release and is supported for
-   * use outside of core. This annotation / external support for properties
-   * is only given where there is specific test cover.
-   *
    * @return string[]
    */
   protected function getSubmittableFields(): array {