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
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1.3 KiB
Raw Blame History

title description tags tweets code speakerdeck video meta events
Getting Started with Drupal 8 Module Development How to build your first module for Drupal 8.
conference
php
drupal
drupalcamp
drupal-8
yes https://github.com/opdavies/dclondon16-d8-module
id ratio url
0041804e52664d12a8e31cd118264813 1.77777777777778 https://speakerdeck.com/opdavies/getting-started-with-drupal-8-module-development
type id
youtube qO_Wh5WE3VA
og
title image
Getting Started with Drupal 8 Module Development
url type height width
/images/talks/dclondon16.png image/png 540 960
event date
drupalcamp_london_16 2016-03-05

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.