GetDocroot returns the docroot path relative to project root
()
| 633 | |
| 634 | // GetDocroot returns the docroot path relative to project root |
| 635 | func (app DdevApp) GetDocroot() string { |
| 636 | return app.Docroot |
| 637 | } |
| 638 | |
| 639 | // GetAbsDocroot returns the absolute path to the docroot on the host or if |
| 640 | // inContainer is set to true in the container. |
no outgoing calls