This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/drupal-8-module-development.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
title: Getting Started with Drupal 8 Module Development
2019-03-04 00:05:04 +00:00
description: How to build your first module for Drupal 8.
2018-05-09 22:24:08 +00:00
tags: [conference, php, drupal, drupalcamp, drupal-8]
tweets: yes
code: https://github.com/opdavies/dclondon16-d8-module
2018-05-09 23:17:07 +00:00
speakerdeck:
id: 0041804e52664d12a8e31cd118264813
ratio: '1.77777777777778'
2018-05-09 22:24:08 +00:00
url: https://speakerdeck.com/opdavies/getting-started-with-drupal-8-module-development
video:
type: youtube
2018-05-09 23:17:07 +00:00
id: qO_Wh5WE3VA
2018-05-09 22:24:08 +00:00
meta:
og:
title: Getting Started with Drupal 8 Module Development
image:
2018-09-04 18:58:54 +00:00
url: /images/talks/dclondon16.png
2018-05-09 22:24:08 +00:00
type: 'image/png'
height: 540
width: 960
events:
2018-06-20 23:13:20 +00:00
- event: drupalcamp_london_16
2019-02-13 01:10:14 +00:00
date: 2016-03-05
2018-05-09 22:24:08 +00:00
---
New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you!
In this session, well cover:
* Where Drupal 8 modules are located, and how they are structured.
* How to build a simple module, including our own permissions and routes.
* How to add your own controller and service classes.
* What is the service/dependency injection container, and how do we use it?
* How we can use tools such as PhpStorm and Drupal Console to speed up the process.
What we wont be covering:
* Automated testing in PHPUnit or Simpletest.
* Adding third party libraries and external dependencies via Composer.