All Videos

Drupalcon Los Angeles 2015: Writing A Custom Migration Plugin For Drupal 8

Created May 14, 2015

Among the many improvements in Drupal 8 is the inclusion of a refactored Migrate module to handle updating sites from Drupal 6 and Drupal 7 to Drupal...

Drupalcon Los Angeles 2015: How Drupal Secured The Defense Sector

Created May 14, 2015

In September 2014, the largest intranet in the defense sector was launched for one of the country's leading defense contractors, developed by...

Drupalcon Los Angeles 2015: What's The Fuss With All This Js?

Created May 14, 2015

The Backbone.js and Underscore.js libraries are now included in Drupal 8. AngularJS is another popular solution for adding front-end polish, or more...

Drupalcon Los Angeles 2015: Ci For Css: Creating A Visual Regression Testing Workflow

Created May 14, 2015

Small, unexpected front-end changes are tough to spot manually and can be a signal for larger problems. Rapid development cycles, large page counts...

Drupalcon Los Angeles 2015: Drupal 9 Components Library: The Next Theme System

Created May 14, 2015

For every version of Drupal I can remember, if a module wanted to display content, it had to provide the default HTML and CSS for it. This paradigm...

Drupalcon Los Angeles 2015: Multidimensional Testing Workflow Before Merge To Master

Created May 14, 2015

Have you ever had a situation when developer with 100% confidence (works on my local) broken your master branch right before the release. We all were...

Drupalcon Los Angeles 2015: How, When And Why To Patch A Module

Created May 14, 2015

Ever find a module that does 98% of what you need it to do, and there's no way to make it do that last 2%? Ever need to fix a bug in a module you've...

Drupalcon Los Angeles 2015: The Secret Life Of Organic Groups

Created May 14, 2015

If you’ve ever built a Drupal website with social networking features, you probably know that the Organic Groups module is a great way to enable...

Drupalcon Los Angeles 2015: Translating Success In Drupal 8: The Manhattan Associates Story

Created May 13, 2015

In this session we will explore the business factors and decisions that lead Mediacurrent, Lingotek and Manhattan Associates to partner together and...

Drupalcon Los Angeles 2015: Decoupled Drupal: When, Why, And How

Created May 13, 2015

The "conscious uncoupling" of front-end and back-end is an increasingly popular site architecture, for a number of reasons. In a web increasingly...

Drupalcon Los Angeles 2015: Decoupling Drupal Modules Into Php Libraries: A Commerce 2.x Primer

Created May 13, 2015

For a while now we've been talking about what Drupal has received from the Symfony ecosystem, and how that is changing the life of an ordinary Drupal...

Drupalcon Los Angeles 2015: Routes, Controllers And Responses: The Basic Lifecycle Of A D8 Request

Created May 13, 2015

Whether your viewing a node on the frontend, consuming a JSON endpoint or using the admin interface, every request in D8 follows the same workflow:...