You are here

public function YamlFormInterface::isOpen in YAML Form 8

Returns the form opened status indicator.

Return value

bool TRUE if the form is open to new submissions.

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

File

src/YamlFormInterface.php, line 45

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function isOpen();