comparison core/modules/serialization/src/Encoder/XmlEncoder.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
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