Dagger
Search

drupal

No long description provided.

Installation

dagger install github.com/jpadams/daggerverse/drupal@e5470174bfd86b9858dd5fd3db381835b579a5b4

Entrypoint

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

Types

Drupal 🔗

base() 🔗

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