public function WebformInterface::isOpen in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::isOpen()
Returns the webform opened status indicator.
Return value
bool TRUE if the webform is open to new submissions.
1 method overrides WebformInterface::isOpen()
- Webform::isOpen in src/
Entity/ Webform.php - Returns the webform opened status indicator.
File
- src/
WebformInterface.php, line 378
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function isOpen();