comparison core/modules/image/image.module @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children 12f9dff5fda9
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
150 'variables' => ['data' => NULL, 'effect' => []], 150 'variables' => ['data' => NULL, 'effect' => []],
151 ], 151 ],
152 'image_crop_summary' => [ 152 'image_crop_summary' => [
153 'variables' => ['data' => NULL, 'effect' => []], 153 'variables' => ['data' => NULL, 'effect' => []],
154 ], 154 ],
155 'image_scale_and_crop_summary' => [
156 'variables' => ['data' => NULL, 'effect' => []],
157 ],
155 'image_rotate_summary' => [ 158 'image_rotate_summary' => [
156 'variables' => ['data' => NULL, 'effect' => []], 159 'variables' => ['data' => NULL, 'effect' => []],
157 ], 160 ],
158 161
159 // Theme functions in image.field.inc. 162 // Theme functions in image.field.inc.