Mercurial > hg > isophonics-drupal-site
comparison core/modules/media/src/Annotation/MediaSource.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
89 public $thumbnail_alt_metadata_attribute; | 89 public $thumbnail_alt_metadata_attribute; |
90 | 90 |
91 /** | 91 /** |
92 * (optional) The metadata attribute name to provide the thumbnail title. | 92 * (optional) The metadata attribute name to provide the thumbnail title. |
93 * | 93 * |
94 * The name of the media entity will be used if the attribute name is not | 94 * The name of the media item will be used if the attribute name is not |
95 * provided. | 95 * provided. |
96 * | 96 * |
97 * @var string|null | 97 * @var string|null |
98 */ | 98 */ |
99 public $thumbnail_title_metadata_attribute; | 99 public $thumbnail_title_metadata_attribute; |