You are here

public function LingotekConfigSet::deleteLastError in Lingotek Translation 7.7

Delete the set's last error in the config metadata table

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 698
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

public function deleteLastError() {
  $this
    ->deleteMetadataValue('last_sync_error');
  return $this;
}