This patch includes the template preprocess function in addition to the twig template.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | d8tts-image-crop-summary-3.patch | 1.14 KB | EVIIILJ |
| #3 | 1814814-image-crop-summary-2.patch | 1.12 KB | EVIIILJ |
| image-crop-summary.patch | 1.12 KB | EVIIILJ |
Comments
Comment #1
EVIIILJ commentedComment #2
EVIIILJ commentedComment #3
EVIIILJ commentedFixed code spacing from tabs to spaces.
Comment #4
podarok#3 include theme function
can we remove this ?
all the theme functions has to be removed after all theme(... converted to preprocess
this patch create preprocess with theme call in it
looks like +1 -1
Comment #5
EVIIILJ commentedThe
theme()function is ok to use here. See #1810596-11: Convert image_anchor to image-anchor.twigComment #6
vlad.dancerI feel it's ok, becouse i believe this theme func needed maybe for additional ability to allow themers to redefine this output. What do you think?
Comment #7
podarok#5 commited / pushed to front-end
Thanks!