function FailureMarker::clear
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/FailureMarker.php \Drupal\package_manager\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.