public function WebformInterface::setUpdating in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::setUpdating()
Sets the webform updating state.
Setting the updating state to TRUE ensure that translated elements are not overridden
Parameters
bool $override: The updating state of the Webform.
Return value
$this
See also
\Drupal\webform_ui\WebformUiEntityElementsForm::validateForm
1 method overrides WebformInterface::setUpdating()
- Webform::setUpdating in src/
Entity/ Webform.php - Sets the webform updating state.
File
- src/
WebformInterface.php, line 349
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function setUpdating($updating = TRUE);