You are here

function contact_form_revisions_contact_form_update in Config Entity Revisions 8.2

Implements hook_ENTITY_TYPE_update().

File

modules/contact_form_revisions/contact_form_revisions.module, line 113

Code

function contact_form_revisions_contact_form_update(ContactFormRevisions $contact) {
  $controller = ContactFormRevisionsController::create(\Drupal::getContainer());
  $controller
    ->createUpdateRevision($contact);
}