[Configuration] Cleaner organization (fixes #10)
This commit is contained in:
@ -19,14 +19,7 @@ class GregwarCaptchaExtension extends Extension
|
||||
$configuration = new Configuration();
|
||||
$config = $this->processConfiguration($configuration, $configs);
|
||||
|
||||
$container->setParameter('gregwar_captcha.length', $config['length']);
|
||||
$container->setParameter('gregwar_captcha.height', $config['height']);
|
||||
$container->setParameter('gregwar_captcha.width', $config['width']);
|
||||
$container->setParameter('gregwar_captcha.as_file', $config['as_file']);
|
||||
$container->setParameter('gregwar_captcha.image_folder', $config['image_folder']);
|
||||
$container->setParameter('gregwar_captcha.web_path', $config['web_path']);
|
||||
$container->setParameter('gregwar_captcha.gc_freq', $config['gc_freq']);
|
||||
$container->setParameter('gregwar_captcha.expiration', $config['expiration']);
|
||||
$container->setParameter('gregwar_captcha.config', $config);
|
||||
|
||||
$resources = $container->getParameter('twig.form.resources');
|
||||
$container->setParameter('twig.form.resources',array_merge(array('GregwarCaptchaBundle::captcha.html.twig'), $resources));
|
||||
|
Reference in New Issue
Block a user