public function Webform::isUpdating in Webform 8.5
Same name and namespace in other branches
- 6.x src/Entity/Webform.php \Drupal\webform\Entity\Webform::isUpdating()
Returns the webform updating status.
Return value
bool TRUE if the webform is updating.
Overrides WebformInterface::isUpdating
File
- src/
Entity/ Webform.php, line 598
Class
- Webform
- Defines the webform entity.
Namespace
Drupal\webform\EntityCode
public function isUpdating() {
return $this->updating;
}