Loading src/WebformSubmissionInterface.php +6 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading @@ -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. * Loading Loading @@ -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. */ Loading Loading
src/WebformSubmissionInterface.php +6 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading @@ -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. * Loading Loading @@ -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. */ Loading