You are here

public function ImageAPIOptimizeShellOperationsInterface::execShellCommand in Image Optimize Binaries 8

1 method overrides ImageAPIOptimizeShellOperationsInterface::execShellCommand()
ShellOperations::execShellCommand in src/ShellOperations.php
Execute a shell command on the local system.

File

src/ImageAPIOptimizeShellOperationsInterface.php, line 7

Class

ImageAPIOptimizeShellOperationsInterface

Namespace

Drupal\imageapi_optimize_binaries

Code

public function execShellCommand($command, $options, $arguments);