public function WebformInterface::hasPreview in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasPreview()
Determine if the webform has preview page.
Return value
bool TRUE if the webform has preview page.
1 method overrides WebformInterface::hasPreview()
- Webform::hasPreview in src/
Entity/ Webform.php - Determine if the webform has preview page.
File
- src/
WebformInterface.php, line 264
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasPreview();