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