public function ArchiveTar::extract in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Archiver/ArchiveTar.php \Drupal\Core\Archiver\ArchiveTar::extract()
Parameters
string $p_path:
bool $p_preserve:
Return value
bool
File
- core/
lib/ Drupal/ Core/ Archiver/ ArchiveTar.php, line 361
Class
Namespace
Drupal\Core\ArchiverCode
public function extract($p_path = '', $p_preserve = false) {
return $this
->extractModify($p_path, '', $p_preserve);
}