Skip to content

Instantly share code, notes, and snippets.

@calipzo
calipzo / image.php
Last active July 24, 2016 14:16
Reset Image
<?php
/**
* Preprocess variables for image field templates.
* @param $variables
*/
function at_core_preprocess_field__image(&$variables) {
$theme = \Drupal::theme()->getActiveTheme()->getName();
$config = \Drupal::config($theme . '.settings')->get('settings');