Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/image/src/ImageStyleInterface.php @ 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 |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
39 * | 39 * |
40 * @return \Drupal\image\ImageStyleInterface | 40 * @return \Drupal\image\ImageStyleInterface |
41 * The class instance this method is called on. | 41 * The class instance this method is called on. |
42 */ | 42 */ |
43 public function setName($name); | 43 public function setName($name); |
44 | |
45 | 44 |
46 /** | 45 /** |
47 * Returns the URI of this image when using this style. | 46 * Returns the URI of this image when using this style. |
48 * | 47 * |
49 * The path returned by this function may not exist. The default generation | 48 * The path returned by this function may not exist. The default generation |