Skip to content

Instantly share code, notes, and snippets.

View aprohl5's full-sized avatar

Austin Prohl aprohl5

  • Acquia
  • Boise, ID
View GitHub Profile
@aprohl5
aprohl5 / 0_reuse_code.js
Created January 20, 2016 17:19
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
<?php
/**
* Implements hook_preprocess_block().
*
* Adds a few helpful theming classes to a bean block:
* The bean's view mode, bundle (bean type), and the value of an arbitrary
* field, 'field_image_size'. Use this for beans placed using core blocks or
* the Context module.
*/
function THEME_preprocess_block(&$variables) {