function classy_preprocess_image_widget
Same name in other branches
- 9 core/themes/classy/classy.theme \classy_preprocess_image_widget()
Implements hook_preprocess_image_widget().
File
-
core/
themes/ classy/ classy.theme, line 39
Code
function classy_preprocess_image_widget(array &$variables) {
$data =& $variables['data'];
if (isset($data['preview']['#access']) && $data['preview']['#access'] === FALSE) {
unset($data['preview']);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.