function background_image_preprocess_region__background_image in Background Image 2.x
Same name and namespace in other branches
- 8 background_image.module \background_image_preprocess_region__background_image()
- 2.0.x background_image.module \background_image_preprocess_region__background_image()
Implements hook_preprocess_HOOK().
File
- ./
background_image.module, line 84 - Background Image module's procedural hooks and functions.
Code
function background_image_preprocess_region__background_image(&$variables) {
$variables['base_class'] = BackgroundImageManager::service()
->getBaseClass();
}