Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Dependency in the buildplan indicates that this is a web app
Dependency = "php-web"
)
Variables ¶
This section is empty.
Functions ¶
func LoadAvailablePHPExtensions ¶
LoadAvailablePHPExtensions locates available extensions and returns the list
func PickWebDir ¶
func PickWebDir(buildpackYAML config.BuildpackYAML) string
PickWebDir will select the correct web directory to use
func SearchForWebApp ¶
SearchForWebApp looks to see if this application is a PHP web app
Types ¶
type Contributor ¶
type Contributor struct {
// contains filtered or unexported fields
}
Contributor represents a PHP contribution by the buildpack
func NewContributor ¶
func NewContributor(context build.Build) (Contributor, bool, error)
NewContributor creates a new Contributor instance. willContribute is true if build plan contains "php-script" or "php-web" dependency, otherwise false.
func (Contributor) Contribute ¶
func (c Contributor) Contribute() error
Contribute contributes an expanded PHP to a cache layer.
Click to show internal directories.
Click to hide internal directories.