MCPcopy Create free account
hub / github.com/ddev/ddev / GetPhpVersion

Method GetPhpVersion

pkg/ddevapp/ddevapp.go:689–695  ·  view source on GitHub ↗

GetPhpVersion returns the app's php version

()

Source from the content-addressed store, hash-verified

687
688// GetPhpVersion returns the app's php version
689func (app *DdevApp) GetPhpVersion() string {
690 v := nodeps.PHPDefault
691 if app.PHPVersion != "" {
692 v = app.PHPVersion
693 }
694 return v
695}
696
697// GetWebserverType returns the app's webserver type (nginx-fpm/apache-fpm/generic)
698func (app *DdevApp) GetWebserverType() string {

Callers 3

TestDdevDescribeFunction · 0.95
TrackProjectMethod · 0.95
DescribeMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestDdevDescribeFunction · 0.76