You are here

constant WebformInterface::STATUS_CLOSED in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformInterface.php \Drupal\webform\WebformInterface::STATUS_CLOSED

Webform status closed.

File

src/WebformInterface.php, line 65

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

const STATUS_CLOSED = 'closed';