Jump to navigation Skip to content
/** * Implements hook_install(). */ function artist_install() { artist_install_vocabularies(); artist_install_terms(); }
It is hard to believe, but we just finished our second-to-last board meeting of the year.
The next beta for Drupal 8 will be beta 4! Here is the schedule for the beta release.
It's that wonderful time of the year when Google Code-In students (ages 13-17) work on tasks for Drupal.
If you’ve looked at front-end development at any time during the past four years, you know that there has been an explosion of new technologies.
Topics:
Recently, I had the need to refer back to a custom module I wrote at a previous job years ago and like it tends to do, the code scared me. As far as I know, this module is still chugging along doing its job to this day, and hasn’t had any issues.