function ArchiverInterface::add
Same name in other branches
- 7.x includes/archiver.inc \ArchiverInterface::add()
- 9 core/lib/Drupal/Core/Archiver/ArchiverInterface.php \Drupal\Core\Archiver\ArchiverInterface::add()
- 8.9.x core/lib/Drupal/Core/Archiver/ArchiverInterface.php \Drupal\Core\Archiver\ArchiverInterface::add()
- 11.x core/lib/Drupal/Core/Archiver/ArchiverInterface.php \Drupal\Core\Archiver\ArchiverInterface::add()
Adds the specified file or directory to the archive.
Parameters
string $file_path: The full system path of the file or directory to add. Only local files and directories are supported.
Return value
$this The called object.
3 methods override ArchiverInterface::add()
- Tar::add in core/
lib/ Drupal/ Core/ Archiver/ Tar.php - Adds the specified file or directory to the archive.
- UpdateTestArchiver::add in core/
modules/ update/ tests/ modules/ update_test/ src/ Plugin/ Archiver/ UpdateTestArchiver.php - Adds the specified file or directory to the archive.
- Zip::add in core/
lib/ Drupal/ Core/ Archiver/ Zip.php - Adds the specified file or directory to the archive.
File
-
core/
lib/ Drupal/ Core/ Archiver/ ArchiverInterface.php, line 24
Class
- ArchiverInterface
- Defines the common interface for all Archiver classes.
Namespace
Drupal\Core\ArchiverCode
public function add($file_path);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.