You are here

constant ARCHIVE_TAR_ATT_SEPARATOR in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Archiver/ArchiveTar.php \Drupal\Core\Archiver\ARCHIVE_TAR_ATT_SEPARATOR
1 use of ARCHIVE_TAR_ATT_SEPARATOR
ArchiveTar::setAttribute in core/lib/Drupal/Core/Archiver/ArchiveTar.php
This method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ',');

File

core/lib/Drupal/Core/Archiver/ArchiveTar.php, line 75

Namespace

Drupal\Core\Archiver

Code

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);