You are here

public function WebformSubmissionInterface::getSticky in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getSticky()

Get the submission's sticky flag.

Return value

string The submission's stick flag.

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

File

src/WebformSubmissionInterface.php, line 164

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getSticky();