71 results

Turn on Twig Debug Mode in Drupal 8 on Pantheon

When working on Drupal 8 theming, it is very helpful to have Twig debug mode on. Debug mode will cause twig to emit a lot of interesting information about which template generated each part of the page. The instructions for enabling debug mode can be found within the comments of the default.services.yml file, among other sources. In short, all you need is the following in your services.yml file:
 
parameters:
  twig.config:

Why Version Control? Collaboration, Accountability, Security

Before we can talk about why to use version control it's important to understand what version control is. In it's simplest form, version control is a system that tracks changes to files over time.

Version control is often used by software developers but is useful for anyone who works with files that are updated over time, especially if there are multiple collaborators.

Why Multidev Is Crucial to My Agency Workflow

As a Drupal architect I’ve been building web applications for clients for years, starting with sales, working through the technical architecture, and all the way through to the final touches. I build web applications for projects of varied sizes—some have only a couple of stakeholders (like the CTO and CMO), and others touch dozens of departments across an organization, all with varied technical ability.

Subscribe to Developer Tools