Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Programmer's Guide to Drupal: Principles, Practices, and Pitfalls

Posted By: viserion
Programmer's Guide to Drupal: Principles, Practices, and Pitfalls

Jennifer Hodgdon, "Programmer's Guide to Drupal: Principles, Practices, and Pitfalls, 2nd Edition (Final Release)"
ISBN: 1491911468 | 2015 | PDF | 238 pages | 2 MB

If you’re a web programmer, your experiences have taught you certain lessons—and only some of them apply well to Drupal. Drupal has its own set of programming principles that require a different approach, and many programmers make mistakes when relying on skills they’ve used for other projects. This book will show you which programming techniques you can use—and which you should avoid—when building web applications with this popular content management framework.

Updated to cover both Drupal 7 and Drupal 8, the guidelines in this book demonstrate which programming practices conform to the "Drupal way" and which don’t. The book also serves as an excellent guide for Drupal 7 programmers looking to make the transition to Drupal 8.

Get an overview of Drupal, including Drupal core and add-on modules and themes
Learn Drupal’s basic programming principles, such as the ability to customize behavior and output with hooks
Compare Drupal 7 and Drupal 8 programming methods, APIs, and concepts
Discover common Drupal programming mistakes—and why hacking is one of them
Explore specific areas where you can put your programming skills to work
Learn about the new object-oriented Drupal 8 API, including plugins and services