You are here

function webform_entity_update in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.module \webform_entity_update()

Implements hook_entity_update().

File

./webform.module, line 338
Enables the creation of webforms and questionnaires.

Code

function webform_entity_update(EntityInterface $entity) {
  _webform_clear_webform_submission_list_cache_tag($entity);
}