Hooks/after update record

after_update_record

arguments: $record Omeka_Record

Fires after any existing database record is updated. New records being inserted do not cause this hook to fire.

Notes

  • Since this hook fires after the record is saved, the record ID will be available.
  • Changes made to any record properties will not be saved in the database.