You are here

public function WebformInterface::isUpdating in Webform 8.5

Same name and namespace in other branches
  1. 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\webform

Code

public function isUpdating();