From 081d3df59f80a555b5b2231b6655d8985d49e756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 27 Nov 2019 23:10:22 -0500 Subject: [PATCH] Start abstract for 'when there's not a module for that' --- when-not-module/abstract.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 when-not-module/abstract.md diff --git a/when-not-module/abstract.md b/when-not-module/abstract.md new file mode 100644 index 0000000..6fb8dd1 --- /dev/null +++ b/when-not-module/abstract.md @@ -0,0 +1,9 @@ +# When There's Not a Module for That + +With about fifty modules, you can do nearly everything in Drupal 8 (plus configuration, which isn't necessarily trivial). + +But what do you do when there's not a module for that? + +You make your own. + +In this session, we will go over several scenarios and how to