interface ImageAPIOptimizeShellOperationsInterface in Image Optimize Binaries 8
Hierarchy
- interface \Drupal\imageapi_optimize_binaries\ImageAPIOptimizeShellOperationsInterface
Expanded class hierarchy of ImageAPIOptimizeShellOperationsInterface
All classes that implement ImageAPIOptimizeShellOperationsInterface
File
- src/
ImageAPIOptimizeShellOperationsInterface.php, line 5
Namespace
Drupal\imageapi_optimize_binariesView source
interface ImageAPIOptimizeShellOperationsInterface {
public function findExecutablePath($executable = NULL);
public function execShellCommand($command, $options, $arguments);
public function saveCommandStdoutToFile($cmd, $dst);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ImageAPIOptimizeShellOperationsInterface:: |
public | function | 1 | |
ImageAPIOptimizeShellOperationsInterface:: |
public | function | 1 | |
ImageAPIOptimizeShellOperationsInterface:: |
public | function | 1 |