words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Drupal
28
Sep 2017
Drupal 8 error: "The following reasons prevent the modules from being uninstalled: Fields pending deletion"
When you try and uninstall a module which has a field that you have used, it can throw the following error: ``` The fo...
03
Sep 2017
Drupal 7 + Services: Paging & Filtering the index endpoint
There are a lot of ways to manipulate the data returned by the index endpoint. In this post, we are going to consider t...
17
Apr 2014
Drupal Entities - PHP Class per bundle
If you would like a bit more polymorphism in your drupal entities, this might cheer you up :-D I was looking for a way...
22
Feb 2011
hook_theme doesn't get called
I was developing a new module in drupal and it needed a theme function to be implemented. As per the instructions, it ...