You are here

function webform_entity_update in Webform 6.x

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

Implements hook_entity_update().

File

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

Code

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