Platformsh\Cli\Local\Toolstack\ToolstackInterface::detect PHP Method

detect() public method

Detect if the files in a given directory belong to this toolstack.
public detect ( string $appRoot ) : boolean
$appRoot string The absolute path to the application folder
return boolean Whether this toolstack is a valid choice or not
    public function detect($appRoot);