You are here

public function WebformInterface::isClosed in Webform 8.5

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

Returns the webform closed status indicator.

Return value

bool TRUE if the webform is closed to new submissions.

1 method overrides WebformInterface::isClosed()
Webform::isClosed in src/Entity/Webform.php
Returns the webform closed status indicator.

File

src/WebformInterface.php, line 386

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function isClosed();