You are here

public function YamlFormInterface::isClosed in YAML Form 8

Returns the form closed status indicator.

Return value

bool TRUE if the form is closed to new submissions.

1 method overrides YamlFormInterface::isClosed()
YamlForm::isClosed in src/Entity/YamlForm.php
Returns the form closed status indicator.

File

src/YamlFormInterface.php, line 53

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function isClosed();