SlideShare a Scribd company logo
Your First Drupal 8 Module
Ted Bowman!
a.k.a tedbow
Drupal Trainer!
• Drupal Training and Consulting	

• @sixmiletech	

• sixmiletech.com
• Drupal 7 Module Development	

• coupon = 2013BADCAMP
• sixmiletech.com	

• Training Newsletter Signup	

• Free Webinar	

• Online Class discounts
Your first d8 module
What should you know?
• PHP programming (or another
language)!
• Object Oriented Programming(it
helps)!
• Basic functions of Drupal!
• Experience with some modules
Why make a module?
• Contribute to Drupal.org	

• Functions to reuse between sites	

• Functions specific to a site	

• Learn to debug contrib and core	

• Learn how other modules work
Warning!!!!
• Drupal 8 is still changing	

• Pulled Drupal 8 Thursday	

• Live Demo - Scary!!!!!
Its All about Hooks(mostly)
• Events in Drupal	

• Allows Modules to “hook into“ functions of
Drupal core & contrib Modules	

• They are everywhere
Example Hooks
Hook Name Drupal Function
hook_node_load Loading a node from database
hook_form_alter Allows altering forms
hook_user_login User has just logged in
Implementing a Hook
• How do I start?
Don't Call Drupal
• Drupal will call you!
It's all in the Name
• Drupal looks for functions that follow its
naming conventions
“module_name“_“hook_name“
For Example
• Module: token	

• Hook: hook_form_alter	

• becomes.....	

• token_form_alter
For Example - D7
How it works
More than Hooks -
Plugins
• Drupal 8 adds Plugins to core	

• Core Plugins	

• Blocks	

• Field Types	

• Field Formatters	

• Views Handlers
Providing a Plugin
• Plugins are discovered by Annotations
Plugins
• Replace info hooks	

• hook_block_info	

• hook_entity_info	

• etc....
Let's make a
module!!
Role Notices
• Allows admin to set notices for each role	

• Provides a block to display notices	

• Provides notices as display field on users	

• Allows other modules to change notices
before displaying
Create Module Folder
• /modules/rnotices	

• or..... 	

• /modules/custom/rnotices
Create Module Files
• In /modules/custom/rnotices...	

• rnotices.info.yml	

• rnotices.module
*.info.yml Files
• Replaces .info file	

• Tells Drupal about your module
rnotices.info.yml
name: Role Notices	

type: module	

description: 'Display notices per role.'	

package: Demo	

core: 8.x
*.module file
• Contains PHP Functions	

• Needs opening <?php tag	

• Needed even if empty(still?)
To the Code!
Your First Drupal 8 Module
Questions?

More Related Content

PDF
Brisbane Drupal meetup - 2016 Mar - Build module in Drupal 8
PPTX
Debugging in drupal 8
PDF
Drupal 8 Theme System: The Backend of Frontend
PDF
Anna Fedoruk.Theworkflow.DrupalCamp Kyiv 2011
PDF
Best Practice Site Architecture in Drupal 8
ODP
Widget Platform
PPT
Architecture of Drupal - Drupal Camp
PDF
Fast Paced Drupal 8: Accelerating Development with Composer, Drupal Console a...
Brisbane Drupal meetup - 2016 Mar - Build module in Drupal 8
Debugging in drupal 8
Drupal 8 Theme System: The Backend of Frontend
Anna Fedoruk.Theworkflow.DrupalCamp Kyiv 2011
Best Practice Site Architecture in Drupal 8
Widget Platform
Architecture of Drupal - Drupal Camp
Fast Paced Drupal 8: Accelerating Development with Composer, Drupal Console a...

What's hot (20)

PDF
Roman Chernov.Panels custom layouts.DrupalCampKyiv 2011
PPT
Introduction to Module Development (Drupal 7)
PDF
Migrating data to drupal 8
PDF
Development Workflow Tools for Open-Source PHP Libraries
PPT
An Introduction to Drupal
PDF
Drupal 8: What's new? Anton Shubkin
PDF
Drush - use full power - DrupalCamp Donetsk 2014
PDF
I use drupal / 我是 OO 師,我用 Drupal
PDF
Blisstering drupal module development ppt v1.2
PDF
How to Use the Command Line to Increase Speed of Development
PDF
Backbone
PDF
Sencha Roadshow 2017: Build Progressive Web Apps with Ext JS and Cmd
PDF
Understanding backbonejs
PPTX
uRequire@greecejs: An introduction to http://uRequire.org
PDF
Common Pitfalls for your Drupal Site, and How to Avoid Them
ODP
Developing new feature in Joomla - Joomladay UK 2016
PDF
Drupal 8 simple page: Mi primer proyecto en Drupal 8.
PPTX
Drupal For Dummies
PDF
lab56_db
PPTX
Extending Studio
Roman Chernov.Panels custom layouts.DrupalCampKyiv 2011
Introduction to Module Development (Drupal 7)
Migrating data to drupal 8
Development Workflow Tools for Open-Source PHP Libraries
An Introduction to Drupal
Drupal 8: What's new? Anton Shubkin
Drush - use full power - DrupalCamp Donetsk 2014
I use drupal / 我是 OO 師,我用 Drupal
Blisstering drupal module development ppt v1.2
How to Use the Command Line to Increase Speed of Development
Backbone
Sencha Roadshow 2017: Build Progressive Web Apps with Ext JS and Cmd
Understanding backbonejs
uRequire@greecejs: An introduction to http://uRequire.org
Common Pitfalls for your Drupal Site, and How to Avoid Them
Developing new feature in Joomla - Joomladay UK 2016
Drupal 8 simple page: Mi primer proyecto en Drupal 8.
Drupal For Dummies
lab56_db
Extending Studio
Ad

Viewers also liked (13)

PDF
Future-proof styling in Drupal (8)
PPTX
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
PDF
Faster and Smarter Development with Drupal Console
 
PDF
Drupal 8 Configuration Management
PDF
A New Theme Layer for Drupal 8
PPTX
Paragraphs at drupal 8.
PDF
Made with drupal 8
PDF
How Drupal 8 Reaches Its Full Potential on Pantheon
PDF
Create rich web stories with Drupal 8 and paragraphs
PDF
Drupal 8 Sample Module
PPTX
Drupal 8 Vocabulary Lesson
PDF
Getting started with Drupal 8
PDF
Drupal 8, tricks and tips learned from the first 6 months
Future-proof styling in Drupal (8)
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
Faster and Smarter Development with Drupal Console
 
Drupal 8 Configuration Management
A New Theme Layer for Drupal 8
Paragraphs at drupal 8.
Made with drupal 8
How Drupal 8 Reaches Its Full Potential on Pantheon
Create rich web stories with Drupal 8 and paragraphs
Drupal 8 Sample Module
Drupal 8 Vocabulary Lesson
Getting started with Drupal 8
Drupal 8, tricks and tips learned from the first 6 months
Ad

Similar to Your first d8 module (20)

PPTX
Drupal module development
ODP
Intro to drupal module internals asheville
PDF
Intro to Drupal Module Developement
PDF
Session v1
PPT
Module development
PDF
Dipping Your Toe into Drupal 8 Module Development
PPTX
Creating Drupal A Module
PPTX
Introduction And Basics of Modules in Drupal 7
PPT
Creating Custom Drupal Modules
PDF
Drupal 7-api-2010-11-10
ODP
Custom module and theme development in Drupal7
PDF
Drupal 8 overview
PDF
Drupal 7 Development: Beginning Module Development
PDF
Drupal Module Development - OSI Days 2010
PDF
Drupal Module Development
PPTX
Drupal Camp Porto - Developing with Drupal: First Steps
PPTX
Top 8 Improvements in Drupal 8
KEY
Modules Building Presentation
DOCX
Drupal module development training delhi
PDF
The state of hooking into Drupal - DrupalCon Dublin
Drupal module development
Intro to drupal module internals asheville
Intro to Drupal Module Developement
Session v1
Module development
Dipping Your Toe into Drupal 8 Module Development
Creating Drupal A Module
Introduction And Basics of Modules in Drupal 7
Creating Custom Drupal Modules
Drupal 7-api-2010-11-10
Custom module and theme development in Drupal7
Drupal 8 overview
Drupal 7 Development: Beginning Module Development
Drupal Module Development - OSI Days 2010
Drupal Module Development
Drupal Camp Porto - Developing with Drupal: First Steps
Top 8 Improvements in Drupal 8
Modules Building Presentation
Drupal module development training delhi
The state of hooking into Drupal - DrupalCon Dublin

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
A Presentation on Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Modernizing your data center with Dell and AMD
PPT
Teaching material agriculture food technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Approach and Philosophy of On baking technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
Reach Out and Touch Someone: Haptics and Empathic Computing
Mobile App Security Testing_ A Comprehensive Guide.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Spectral efficient network and resource selection model in 5G networks
A Presentation on Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Modernizing your data center with Dell and AMD
Teaching material agriculture food technology
Chapter 3 Spatial Domain Image Processing.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
20250228 LYD VKU AI Blended-Learning.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Approach and Philosophy of On baking technology
“AI and Expert System Decision Support & Business Intelligence Systems”
MYSQL Presentation for SQL database connectivity
Diabetes mellitus diagnosis method based random forest with bat algorithm

Your first d8 module