Chapter Three

Primary tabs

Articles from Chapter Three

Cache API in Drupal

This is a very simple tutorial that could help you with the performance of your custom modules. I will show you how to use Cache API in Drupal 8 and Drupal 7.

Minnur Yunusov
April 25, 2016

Its been a big week for Drupal 8 here at Chapter Three.

More Drupal 8 Sites in the Wild

Its been a big week for Drupal 8 here at Chapter Three.

Mark Ferree
April 21, 2016

Custom RESTful API in Drupal 8

This is a very simple module that demonstrates implementation of a custom RESTful API in Drupal 8. Creating your own API with Drupal 8 has become a routine task that doesn't require a lot of work.

Javascript Testing Comes to Drupal 8

With the arrival of Drupal 8.1.0 finally you can test javascript interactions on Drupal.org. This is culmination of years of work by many developers to improve the testing API and infrastructure.

With the arrival of Drupal 8.1.0 finally you can test javascript interactions on Drupal.org. This is culmination of years of work by many developers to improve the testing API and infrastructure.

Origin pull CDN is a type of CDN where you don't have to upload files to the CDN server instead CDN does it for you. You only rewrite URLs to point to the CDN.

Drupal to Drupal 8 via Migrate API

Most of us already familiar with the Migrate module in previous versions of Drupal and I personally have been using it for several years to perform content migrati

Pages