El libro de jugadas de phil jackson: triángulo ofensivo y otras tácticas de desarrollo con durpal
Jun. 30, 2016•0 likes•615 views
Download to read offline
Report
Technology
https://betabeers.com/event/xxiv-betabeers-sevilla-hablemos-drupal-4081/
A light talk walking through the Phil Jackson's offensive triangle basketball tactic applied to Drupal 8 development: plugins, services and forms
7. Plugins
Plugins are small pieces of functionality that
are swappable. Plugins that perform similar
functionality are of the same plugin type.
8. Tipos de Plugins en Drupal 8 Core
Block
FieldType
FieldFormatter
FieldWidget
ValidationConstraints
Views thingies
….
10. Services
Services are any PHP object that performs some sort of
"global" task. It's a purposefully-generic name used in
computer science to describe an object that's created for a
specific purpose (e.g. delivering emails). Each service is
used throughout your application whenever you need
the specific functionality it provides.