You are here

constant WebformInterface::DRAFT_NONE in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::DRAFT_NONE

Denote drafts are not allowed.

File

src/WebformInterface.php, line 41

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

const DRAFT_NONE = 'none';