Commit 4cb76cdc authored by Jacob Rockowitz's avatar Jacob Rockowitz Committed by Jacob Rockowitz
Browse files

Issue #3267376 by jrockowitz: Make any fool aware that...

Issue #3267376 by jrockowitz: Make any fool aware that (sticky/starred/flagged) submission is the same thing (maybe by unsing only one word)
parent 73668dc4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -158,6 +158,8 @@ interface WebformSubmissionInterface extends ContentEntityInterface, EntityOwner
  /**
   * Get the submission's sticky flag.
   *
   * Please note that the sticky flag is displayed as a star.
   *
   * @return string
   *   The submission's stick flag.
   */
@@ -166,6 +168,8 @@ interface WebformSubmissionInterface extends ContentEntityInterface, EntityOwner
  /**
   * Sets the submission's sticky flag.
   *
   * Please note that the sticky flag is displayed as a star.
   *
   * @param bool $sticky
   *   The submission's stick flag.
   *
@@ -263,6 +267,8 @@ interface WebformSubmissionInterface extends ContentEntityInterface, EntityOwner
  /**
   * Returns the submission sticky status.
   *
   * Please note that the sticky flag is displayed as a star.
   *
   * @return bool
   *   TRUE if the submission is sticky.
   */