You are here

public function WebformSubmissionInterface::setLocked in Webform 8.5

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

Sets the submission's locked flag.

Parameters

bool $locked: The submission's locked flag.

Return value

$this

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

File

src/WebformSubmissionInterface.php, line 192

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setLocked($locked);