How to migrate part of a Drupal project to a new project repository
How to migrate part of a Drupal project to a new project repositoryThis is a writeup of a problem I encountered when working on the CollectiveAccess Drupal module: I had been maintaining a submodule...
View ArticleBook review: Drupal 7 Webform Cookbook
Book review: Drupal 7 Webform CookbookIn the book "Drupal 7 Webform Cookbook" author Vernon Denny takes us on a journey through the various aspects concerning the popular Webform Drupal module. Readers...
View ArticleBook review: Drupal 7 Development by example
Book review: Drupal 7 Development by exampleIn the book 'Drupal 7 Development by Example', author Kurt Madel guides the reader through the process of building a Drupal 7 website. Step by step we are...
View ArticleDebugging websites with Komodo IDE & Xdebug
Debugging websites with Komodo IDE & XdebugThe following tutorial describes how to set up an environment for debugging web applications with Komodo IDE and Xdebug (under Mac OS X).Prerequisites:Mac...
View ArticleMy presentation at Drupalcamp Vienna: Migrate API in Drupal 8
My presentation at Drupalcamp Vienna: Migrate API in Drupal 8Last weekend I was attending the fabulousĀ Drupalcamp Vienna in Austria for the second time. This time, I had proposed a session about the...
View ArticleWebsite now runs on Drupal 8
Website now runs on Drupal 8Sven DecabooterSat, 03/05/2016 - 16:43
View ArticleUsing Drupal 8 contact forms via REST
Using Drupal 8 contact forms via RESTWhile working on Narwhal CMS, ourĀ hosted decoupled / headless CMS service built on Drupal 8, a feature request that has popped up multiple times is the ability to...
View ArticlePresentation at Drupalcamp STL 2016: Migrate API in Drupal 8
Presentation at Drupalcamp STL 2016: Migrate API in Drupal 8On September 10th 2016 I had the honour of giving an updated version of my talk "Migrate API in Drupal 8" at Drupalcamp Saint Louis. Since...
View ArticleHow to add classes / attributes to Drupal 8 local tasks
How to add classes / attributes to Drupal 8 local tasksDrupal 8 allows you to define custom tabs (a.k.a. local tasks) in your custom module. For theming purposes, it might be necessary to add a class,...
View ArticleHow to make a Drupal 8 local task title dynamic
How to make a Drupal 8 local task title dynamicWhen defining local tasks (= tabs) in your Drupal 8 modules, you can specify a title for the tab via the 'title' property in your...
View Article