1 / 16

What’s coming up with Drupal 8

What’s coming up with Drupal 8. Niraj Malinga Meegama. Drupal 8- Agenda For Today . Drupal 8 and Symfony Drupal 8 and Composer Drupal 8 Routing Drupal 8 Controller classes Drupal 8 Dependency Injections Drupal 8 and Guzzle Drupal 8 for Frontend Developer Drupal 8 – Something Extra.

jam
Download Presentation

What’s coming up with Drupal 8

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What’s coming up with Drupal 8 Niraj Malinga Meegama

  2. Drupal 8- Agenda For Today • Drupal 8 and Symfony • Drupal 8 and Composer • Drupal 8 Routing • Drupal 8 Controller classes • Drupal 8 Dependency Injections • Drupal 8 and Guzzle • Drupal 8 for Frontend Developer • Drupal 8 – Something Extra

  3. Drupal 8 + Symfony What components in Symfony do we use • HttpFoundation and HttpKernel- WebServices • Routing–Define module Routes • EventDispatcher–Will runalongwithDrupalhooks • DependencyInjection – To keep classes de coupled • ClassLoader –For easy includes

  4. Drupal 8 + Symfony Other components in Symfonywe use • Yaml - DrupalConfiguration Management • Translation – Multilingual • Validator–For formvalidations • Serializer–Object Convertions • Twig–Will Get tothis

  5. Drupal 8 + Routing + Yaml

  6. Drupal 8 +Controlller Classes Just Create a Controller Class That extends the Controller base

  7. Drupal 8 +Controlller Classes Benefits we get

  8. Drupal 8 + Packagist + Composer Packagistis the main Composer repository. It aggregates all sorts of PHP packages that are installable with Composer

  9. Drupal 8 + DEPENDECY INJECTIONS How to: Write a Class and define it as a service in *.service.yml

  10. Drupal 8 + Guzzle

  11. Drupal 8 + Twig SIMPLE & SAFE

  12. Drupal 8 + CKEditor

  13. Drupal 8 + Backbone.JS

  14. Drupal 8 + Also comes with • Views in core • SimpleTest in Core • New Content Management console • Inline Editing • Multilingual Capabilities • Mobile Improvements • HTML5 Markup • Modernizr & Underscore.js

  15. Resources • http://www.previousnext.com.au/blog/drupal-jack-all-trades • http://crossfunctional.net/blog/2013/mar/symfony-components-in-drupal-8 • http://www.inmotionhosting.com/support/edu/drupal-8/news/whats-in-version-8

  16. Thank you

More Related