You are here

public function LingotekConfigSet::deleteUploadError in Lingotek Translation 7.7

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

File

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

Class

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

Code

public function deleteUploadError() {
  $this
    ->deleteMetadataValue('upload_error');
  return $this;
}