Given a finite number of roads, what is the shortest possible route to cover all roads?
Web Developer | Drupal Developer
Replacement for clone_view() in Drupal 8
In Drupal 8, view::clone_view() (Drupal 7) and its inital replacement ViewExecutable::cloneView() was removed in #1858054: Remove ViewExecutable::cloneView(). Occasionally, a module may have the need to copy a view to perform additional query modifications without affecting the original view (think attachments and aggregation). Luckily, there are a couple of ways to perform a similar cloning.
Quick tips on using Devel and Kint for Drupal 8 debugging
In the Drupal 8 Devel module, a wrapper for the Kint debugging tool is included. Here are some useful quick navigation tips that may not be obvious.
All about Drupal
In the Drupal Community:
Drupal.org Profile: justAChris
Presented Session at 2015 St. Louis Drupal Camp:
Out on a TWIG: custom theme development Slides | Abstract, Video
Co-presented Session at 2014 St. Louis Drupal Camp
Case Studies - eCommerce in Drupal Slides | Abstract
First Core Contribution: 1392754