Warning: Undefined variable $namespace in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/DIExtensionClass.tpl.php on line 7
package. * * Copyright
Warning: Undefined variable $vendor in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/DIExtensionClass.tpl.php on line 9
. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace
Warning: Undefined variable $namespace in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/DIExtensionClass.tpl.php on line 15
; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; use Symfony\Component\HttpKernel\DependencyInjection\Extension; class
Warning: Undefined variable $name in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/DIExtensionClass.tpl.php on line 22
extends Extension { public function load(array $configs, ContainerBuilder $container) { $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); $loader->load('services.yaml'); } }