You are here

public function WebformSubmissionInterface::setSticky in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::setSticky()

Sets the submission's sticky flag.

Parameters

bool $sticky: The submission's stick flag.

Return value

$this

1 method overrides WebformSubmissionInterface::setSticky()
WebformSubmission::setSticky in src/Entity/WebformSubmission.php
Sets the submission's sticky flag.

File

src/WebformSubmissionInterface.php, line 174

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setSticky($sticky);