Home
last modified time | relevance | path

Searched refs:lockImport (Results 1 – 1 of 1) sorted by relevance

/plugin/issuelinks/helper/
H A Ddata.php42 …$this->lockImport($lockfileKey, json_encode(['user' => $_SERVER['REMOTE_USER'], 'status' => 'start…
71 $this->lockImport($lockfileKey, json_encode([
91 $this->lockImport($lockfileKey, json_encode(['status' => 'failed']));
146 public function lockImport($id, $jsonData) function in helper_plugin_issuelinks_data