comparison core/modules/image/src/ImageEffectInterface.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
48 * performance. 48 * performance.
49 */ 49 */
50 public function transformDimensions(array &$dimensions, $uri); 50 public function transformDimensions(array &$dimensions, $uri);
51 51
52 /** 52 /**
53 * Returns the extension the derivative would have have after applying this 53 * Returns the extension of the derivative after applying this image effect.
54 * image effect.
55 * 54 *
56 * @param string $extension 55 * @param string $extension
57 * The file extension the derivative has before applying. 56 * The file extension the derivative has before applying.
58 * 57 *
59 * @return string 58 * @return string