Mercurial > hg > isophonics-drupal-site
comparison core/modules/serialization/src/Encoder/XmlEncoder.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
25 /** | 25 /** |
26 * The formats that this Encoder supports. | 26 * The formats that this Encoder supports. |
27 * | 27 * |
28 * @var array | 28 * @var array |
29 */ | 29 */ |
30 static protected $format = ['xml']; | 30 protected static $format = ['xml']; |
31 | 31 |
32 /** | 32 /** |
33 * An instance of the Symfony XmlEncoder to perform the actual encoding. | 33 * An instance of the Symfony XmlEncoder to perform the actual encoding. |
34 * | 34 * |
35 * @var \Symfony\Component\Serializer\Encoder\XmlEncoder | 35 * @var \Symfony\Component\Serializer\Encoder\XmlEncoder |