From bbe61f9a342b4c3e3feb20b0046940ace2e8d906 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Dec 2023 14:57:44 +1300 Subject: [PATCH] Remove api annotation from getSubmittableFields() 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index d5d7561771..f47f0cd859 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -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 { -- 2.25.1