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