when-not-a-module-for-that/web/content/_index.md
2020-03-16 02:37:54 -04:00

28 lines
369 B
Markdown

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