Skip to content

Instantly share code, notes, and snippets.

@mortona42
mortona42 / 0_reuse_code.js
Created June 28, 2016 21:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mortona42
mortona42 / QueueExampleForm.php
Created August 26, 2017 05:44
D8 Database Queue Example
<?php
namespace Drupal\queue_example\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Queue\QueueDatabaseFactory;
/**