Add getParticipantID() to register
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 2 Dec 2023 03:06:26 +0000 (16:06 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 2 Dec 2023 03:06:26 +0000 (16:06 +1300)
CRM/Event/Form/Registration.php

index de3baa8de7d9bc269d2c368641f177dfe1120d05..a8f74be71dd13af8264deb51c7238e58435b6975 100644 (file)
@@ -962,6 +962,17 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
     return $totalCount;
   }
 
+  /**
+   * Get id of participant being acted on.
+   *
+   * @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.
+   */
+  public function getParticipantID(): ?int {
+    return $this->_participantId;
+  }
+
   /**
    * Format user submitted price set params.
    *