+++ title = "When There's Not a Module For That" outputs = ["Reveal"] +++ # When There's Not a Module For That --- Agaric --- > When building a Drupal site, “there’s a module for that” can be the sweetest words you can hear. --- ```php function something() { return 'nothing'; } ```