symfony-2.5

How to split validation yaml files in Symfony 2.5?

偶尔善良 提交于 2019-11-27 05:52:40
问题 This code worked for Symfony 2.4.5 but it is not working for Symfony 2.5: This is my HRAPI Extension class that was working in Symfony 2.4.5 but not in Symfony 2.5 <?php namespace HardCoreMore\HRAPIBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and manages your