oliverdavies.uk/source/_talks/2016-03-05-drupal-8-module-development.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2016-01-29 12:34:33 +00:00
---
title: Getting Started with Drupal 8 Module Development
2018-02-13 08:45:57 +00:00
summary: New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you!
speakerdeck:
id: 0041804e52664d12a8e31cd118264813
ratio: 1.77777777777778
youtube:
id: qO_Wh5WE3VA
image: dclondon16.png
2016-03-09 00:24:06 +00:00
meta:
og:
title: Getting Started with Drupal 8 Module Development
image:
2018-03-05 13:05:14 +00:00
url: /build/static/images/talks/dclondon16.png
2016-03-09 00:24:06 +00:00
type: 'image/png'
height: 540
width: 960
2018-02-13 08:45:57 +00:00
code: https://github.com/opdavies/dclondon16-d8-module
2016-01-29 12:34:33 +00:00
---
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.
2018-02-13 08:45:57 +00:00
Presented at [DrupalCamp London](http://drupalcamp.london) 2016.