You are here

ImageAPIOptimizeShellOperationsInterface.php in Image Optimize Binaries 8

File

src/ImageAPIOptimizeShellOperationsInterface.php
View source
<?php

namespace Drupal\imageapi_optimize_binaries;

interface ImageAPIOptimizeShellOperationsInterface {
  public function findExecutablePath($executable = NULL);
  public function execShellCommand($command, $options, $arguments);
  public function saveCommandStdoutToFile($cmd, $dst);

}