public function WebformInterface::isTemplate in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::isTemplate()
Returns the webform template indicator.
Return value
bool TRUE if the webform is a template and available for duplication.
1 method overrides WebformInterface::isTemplate()
- Webform::isTemplate in src/
Entity/ Webform.php - Returns the webform template indicator.
File
- src/
WebformInterface.php, line 410
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function isTemplate();