function template_preprocess_fine_image_widget_unitary in Fine Image Upload 8
Same name and namespace in other branches
- 8.2 fiu.field.inc \template_preprocess_fine_image_widget_unitary()
Prepares variables for unitary fine image file form widget templates.
Default template: fine-image-widget-unitary.html.twig.
Parameters
array $variables: An associative array containing:
- element: A render element representing the widgets.
File
- ./
fiu.field.inc, line 189 - Implement a fine image field, based on the file module's file field.
Code
function template_preprocess_fine_image_widget_unitary(array &$variables) {
}