drupalcafe kyiv drupal8

Download DrupalCafe Kyiv drupal8

If you can't read please download the document

Upload: yuriy-gerasimov

Post on 16-Apr-2017

1.166 views

Category:

Technology


0 download

TRANSCRIPT

Drupal 8 update

Yuriy GerasimovEmail: [email protected]: yuriy_gerasimov

Configuration management

Can't separate content from settings

Cannot export everything to code

Deployment problems

API cleanup (refactoring Entity API, entity validation)

Configuration management

UUID in core http://drupal.org/node/1252486

file storage for settings (xml format chosen)

lightweight entities for settings

Web Services and Context Core Initiative

Services into core, routing

Contexts

Unified Plugins system

WSCCI Context

WSCII Context

Butler project http://drupal.org/project/butler

function behave() { $context = drupal_get_context(); $language = $context['language']; $foo = $context['http:header:foo'];}

WSCCI

Symfony2 HTTPFoundation chosen

Contrib module Services 7.x-4.x take a try

WSCCI REST routing

Biggest change hook_menu system

Different types of responses (text/html, text/json)

Drupal 8 update

questions

Yuriy GerasimovEmail: [email protected]: yuriy_gerasimov