You are here

abstract protected function ImageAPIOptimizeProcessorBinaryBase::executableName in Image Optimize Binaries 8

2 calls to ImageAPIOptimizeProcessorBinaryBase::executableName()
ImageAPIOptimizeProcessorBinaryBase::buildConfigurationForm in src/ImageAPIOptimizeProcessorBinaryBase.php
ImageAPIOptimizeProcessorBinaryBase::findExecutablePath in src/ImageAPIOptimizeProcessorBinaryBase.php
Search the local system for the given executable binary.
9 methods override ImageAPIOptimizeProcessorBinaryBase::executableName()
AdvDef::executableName in src/Plugin/ImageAPIOptimizeProcessor/AdvDef.php
AdvPng::executableName in src/Plugin/ImageAPIOptimizeProcessor/AdvPng.php
JfifRemove::executableName in src/Plugin/ImageAPIOptimizeProcessor/JfifRemove.php
JpegOptim::executableName in src/Plugin/ImageAPIOptimizeProcessor/JpegOptim.php
JpegTran::executableName in src/Plugin/ImageAPIOptimizeProcessor/JpegTran.php

... See full list

File

src/ImageAPIOptimizeProcessorBinaryBase.php, line 179

Class

ImageAPIOptimizeProcessorBinaryBase
Base class for image optimizations that run local binaries.

Namespace

Drupal\imageapi_optimize_binaries

Code

protected abstract function executableName();