Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

RsyncProcessRunner.php

Namespace

PhpTuf\ComposerStager\Internal\Process\Service

File

vendor/php-tuf/composer-stager/src/Internal/Process/Service/RsyncProcessRunner.php

View source
<?php

declare (strict_types=1);
namespace PhpTuf\ComposerStager\Internal\Process\Service;

use PhpTuf\ComposerStager\API\Process\Service\RsyncProcessRunnerInterface;

/**
 * Before using this class outside the internal layer, consider a
 * higher-level abstraction, e.g.:
 *
 * @see \PhpTuf\ComposerStager\API\FileSyncer\Service\FileSyncerInterface
 *
 * @package Process
 *
 * @internal Don't depend directly on this class. It may be changed or removed at any time without notice.
 */
final class RsyncProcessRunner extends AbstractProcessRunner implements RsyncProcessRunnerInterface {
    protected function executableName() : string {
        return 'rsync';
        // @codeCoverageIgnore
    }

}

Classes

Title Deprecated Summary
RsyncProcessRunner Before using this class outside the internal layer, consider a higher-level abstraction, e.g.:

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal