Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / tag_with_empty_name.xml
1 <?xml version="1.0" ?>
2 <container xmlns="http://symfony.com/schema/dic/services"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
5
6     <services>
7         <service id="foo" class="BarClass">
8             <tag name="" foo="bar" />
9         </service>
10     </services>
11 </container>