SlideShare a Scribd company logo
Modules Development
1
‫تطوير‬‫الوحدات‬
1
Session Plan
❖ What are Drupal Modules?
❖ How we could find a requested Module?
❖ When we have to build a Custom Module?
❖ Examples
What are Drupal Modules?
Drupal Modules
drupal.org :: Download & Extend
Core (6.38 EOF:2/24/2016, 7.54, 8.3, 9.x)
Distributions (Profiles)
Themes (Payed Templates)
Modules (Contributed)
I. Drupal Module is a collection of files…
II. Reusable ( ) Functionality(ies)
A. Core (8.3.0: 66 Modules - Views / CKe)
B. Contributed (37,165)
C. Custom (.info.yml)
A & B: We are not allowed to be updated!
Drupal Modules
Drupal 8 Core Modules
Drupal Modules - Load
Drupal website URL:
Exp. http://demo.drupalcamp.kku.edu.sa/user
1. All requests goes through index.php (htaccess rules, ?q=)
2.Load enabled modules (DB Check)
3.Checks permissions (HTTP Request: 200, 403, 404)
4.Queries database for content
5.Renders theme page
Drupal 8 Core Modules
User Core Module
✓ Twig templates
✓ OOP PHP Language
✓ MVC Patterns
Drupal 8 Modules
Symfony 2
New routing and context system.
Understanding Symfony2 => Better Drupal developer
How components work, which will help Drupal development ?
i. Symfony website
ii. Learn Symfony book
Drupal 8 improves on object-oriented programming & adapt to modern PHP
concepts.
Drupal core internals have never been better documented or learning them
more accessible thanks to the Symfony2 project’s resources; Doctrine
annotations.
Find a requested Module?
Find a Module?
Requested = Contributed
https://www.drupal.org/project/project_module
Install Drupal Module
As example, lets look for a Social Media Module…
Install Drupal Module
Download and Install the selected module
Become a Contributor
We are part of the community & we are invited to
contribute…
The ways to get involved:
★ User support
★ Documentation
★ Translations
★ Testing
★ Design and Usability
★ Development
★ Themes
Developer Contributor
Improving existing projects and core with patches
1. What is a patch
2. Creating patches (an overview)
3. Advanced patch contributor guide (with detailed Git instructions)
4. Applying patches (an overview)
5. Applying patches with Git (advanced guide)
Contributing new projects
1. Full projects, the standard downloadable modules and themes like Views
and Zen.
2. Sandbox projects, which are for experimental code, or code from new
contributors who've not been through a vetting process yet.
Building a Custom Module
Richard Branson
“ ‫الناس‬‫الذين‬‫ال‬‫يخطئون‬‫أبدا‬‫هم‬‫الذين‬‫ال‬‫يتعلمون‬ً‫إطالقا‬ ”
“You don't learn to walk by following rules. You
learn by doing, and by falling over.”
Building a custom module
We build a custom Module to
Create a new functionality
Alter a default behavior
We build a custom Module from
Scratch (.info.yml)
Clone of a core/contributed module
Drush (cli)
Let’s Build a First Module
Example 1: HelloWord
The routing…
Routing wildcard…
GitHub
Download link: https://github.com/yosriy82/KKU_DrupalCamp_demo1
Let’s Build a Second Module
Example 2: Alter Drupal Function
The module file
GitHub
Download link: https://github.com/yosriy82/KKU_DrupalCamp_demo2
‫شكرا‬‫لكم‬
‫فعالية‬‫دروبال‬‫برعاية‬

More Related Content

PDF
Drupal Webinar: Ignite and Accelerate Your Drupal 7 to Drupal 9 Migration
PDF
A new tool for measuring performance in Drupal 8 - DrupalCamp London
PDF
Upgrades and migrations
PDF
5 essential tools for the PHP Developer on Windows
PDF
Adapting to a Responsive Design at Untangle the Web on 29th July 2013
PPTX
Understanding the DevOps Tooling Landscape
PPTX
The Road to DevOps V3
PDF
Drupal 8 Involvement with Promet Source
Drupal Webinar: Ignite and Accelerate Your Drupal 7 to Drupal 9 Migration
A new tool for measuring performance in Drupal 8 - DrupalCamp London
Upgrades and migrations
5 essential tools for the PHP Developer on Windows
Adapting to a Responsive Design at Untangle the Web on 29th July 2013
Understanding the DevOps Tooling Landscape
The Road to DevOps V3
Drupal 8 Involvement with Promet Source

What's hot (20)

PDF
Drupal 8: The Foundation for Digital Experience and Digital Business
PPTX
Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8
PDF
Professional Cloud DevOps Engineer - Study Group - Week 1
PDF
DevOps and its impact
PDF
Why is dev ops essential for fintech development
PDF
Atlassian Jira Brochure
PPTX
Gradle 2.breaking stereotypes.
PPTX
Streamlining Deployments in a Large Websphere Environment
PPTX
DOES16 San Francisco - DevOps Workshop: Organizational Design
PPTX
Integrating Drupal and Native Applications: The Story of the Elle Decor LookB...
PDF
Large drupal site builds a workshop for sxsw interactive - march 17, 2015
PDF
Speedrun: Build a Website with Panels, Media, and More in 45 Minutes
PDF
Supporting a Drupal site over the Longterm
PPTX
Kubernetes, Toolbox to fail or succeed for beginners - Demi Ben-Ari, VP R&D @...
PDF
OCTO On-Site Off-Site Update on D8 Roadmap
PPTX
Lightning Distribution for Drupal: Build Advanced Authoring Experiences in Dr...
PDF
DevOps - A Gentle Introduction
PDF
Webcast Presentation: Increasing Product Quality through DevOps
PDF
Documenting RESTful APIs with Spring REST Docs
PPTX
Mastering DevOps with Oracle
Drupal 8: The Foundation for Digital Experience and Digital Business
Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8
Professional Cloud DevOps Engineer - Study Group - Week 1
DevOps and its impact
Why is dev ops essential for fintech development
Atlassian Jira Brochure
Gradle 2.breaking stereotypes.
Streamlining Deployments in a Large Websphere Environment
DOES16 San Francisco - DevOps Workshop: Organizational Design
Integrating Drupal and Native Applications: The Story of the Elle Decor LookB...
Large drupal site builds a workshop for sxsw interactive - march 17, 2015
Speedrun: Build a Website with Panels, Media, and More in 45 Minutes
Supporting a Drupal site over the Longterm
Kubernetes, Toolbox to fail or succeed for beginners - Demi Ben-Ari, VP R&D @...
OCTO On-Site Off-Site Update on D8 Roadmap
Lightning Distribution for Drupal: Build Advanced Authoring Experiences in Dr...
DevOps - A Gentle Introduction
Webcast Presentation: Increasing Product Quality through DevOps
Documenting RESTful APIs with Spring REST Docs
Mastering DevOps with Oracle
Ad

Similar to Drupal 8 Modules (20)

PDF
Blisstering drupal module development ppt v1.2
PDF
Recipes for Drupal distributions
PPT
Distribution Deli
ODP
Drupal Now! - Introduction to Drupal
PPTX
Drupal Skils Lab 302Labs
PPTX
Drupal module development
KEY
Intro to Features Module on Drupal
PDF
Drupal upgrades and migrations. BAD Camp 2013 version
PDF
An Introduction to Drupal
PPTX
SDL Web DXA: A Vision for Modules
PDF
Expanding XPages with Bootstrap Plugins for Ultimate Usability
PDF
Everything You Need to Know About the Top Changes in Drupal 8
PDF
Intro to Drupal Module Developement
ODP
Drupal distribution
ODP
Drupal distributions - how to build them
PPTX
Dojo javascript toolkit
ZIP
Building a Drupal Distribution using Features, Drush Make, Installation Profi...
PPTX
How to Select Modules for New Drupal Users
PPTX
Oleksandr Medvediev - Content delivery tools in Drupal 8.
PDF
Get Up and Running Quickly with Drupal Distributions
Blisstering drupal module development ppt v1.2
Recipes for Drupal distributions
Distribution Deli
Drupal Now! - Introduction to Drupal
Drupal Skils Lab 302Labs
Drupal module development
Intro to Features Module on Drupal
Drupal upgrades and migrations. BAD Camp 2013 version
An Introduction to Drupal
SDL Web DXA: A Vision for Modules
Expanding XPages with Bootstrap Plugins for Ultimate Usability
Everything You Need to Know About the Top Changes in Drupal 8
Intro to Drupal Module Developement
Drupal distribution
Drupal distributions - how to build them
Dojo javascript toolkit
Building a Drupal Distribution using Features, Drush Make, Installation Profi...
How to Select Modules for New Drupal Users
Oleksandr Medvediev - Content delivery tools in Drupal 8.
Get Up and Running Quickly with Drupal Distributions
Ad

Recently uploaded (20)

PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PPTX
SAP Ariba Sourcing PPT for learning material
PPTX
Introuction about ICD -10 and ICD-11 PPT.pptx
PPT
tcp ip networks nd ip layering assotred slides
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PPTX
Funds Management Learning Material for Beg
PPTX
QR Codes Qr codecodecodecodecocodedecodecode
PDF
Testing WebRTC applications at scale.pdf
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PPTX
innovation process that make everything different.pptx
PDF
WebRTC in SignalWire - troubleshooting media negotiation
PPTX
Introduction to Information and Communication Technology
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PDF
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
PPTX
artificial intelligence overview of it and more
PDF
Decoding a Decade: 10 Years of Applied CTI Discipline
PPTX
Internet___Basics___Styled_ presentation
PDF
Tenda Login Guide: Access Your Router in 5 Easy Steps
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PptxGenJS_Demo_Chart_20250317130215833.pptx
SAP Ariba Sourcing PPT for learning material
Introuction about ICD -10 and ICD-11 PPT.pptx
tcp ip networks nd ip layering assotred slides
Unit-1 introduction to cyber security discuss about how to secure a system
Funds Management Learning Material for Beg
QR Codes Qr codecodecodecodecocodedecodecode
Testing WebRTC applications at scale.pdf
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
innovation process that make everything different.pptx
WebRTC in SignalWire - troubleshooting media negotiation
Introduction to Information and Communication Technology
Slides PPTX World Game (s) Eco Economic Epochs.pptx
Slides PDF The World Game (s) Eco Economic Epochs.pdf
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
artificial intelligence overview of it and more
Decoding a Decade: 10 Years of Applied CTI Discipline
Internet___Basics___Styled_ presentation
Tenda Login Guide: Access Your Router in 5 Easy Steps
INTERNET------BASICS-------UPDATED PPT PRESENTATION

Drupal 8 Modules