ArchiverInterface::listContents

public ArchiverInterface::listContents()

Lists all files in the archive.

Return value

array An array of file names relative to the root of the archive.

File

core/lib/Drupal/Core/Archiver/ArchiverInterface.php, line 58

Class

ArchiverInterface
Defines the common interface for all Archiver classes.

Namespace

Drupal\Core\Archiver

Code

1
public function listContents();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.