Dagger
Search

drupal

A simple Drupal development container and dependencies

Installation

dagger install github.com/jpadams/daggerverse/drupal@4acaff0490418a7f3faa3258030cf8444031357c

Entrypoint

Return Type
Drupal
Example
func (m *myModule) example() *Drupal  {
	return dag.
			Drupal()
}

Types

Drupal 🔗

base() 🔗

Returns a Container with Drupal and dev dependencies

Return Type
Container !
Example
func (m *myModule) example() *Container  {
	return dag.
			Drupal().
			Base()
}