function FailureMarker::clear
Deletes the marker file.
File
-
core/
modules/ package_manager/ src/ FailureMarker.php, line 46
Class
- FailureMarker
- Handles failure marker file operation.
Namespace
Drupal\package_managerCode
public function clear() : void {
unlink($this->getPath());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.