File tree Expand file tree Collapse file tree 4 files changed +1
-18
lines changed
_images/components/workflow Expand file tree Collapse file tree 4 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This is how the extension of an AcmeHelloBundle should look like::
34
34
namespace Acme\HelloBundle\DependencyInjection;
35
35
36
36
use Symfony\Component\DependencyInjection\ContainerBuilder;
37
- use Symfony\Component\HttpKernel\ DependencyInjection\Extension;
37
+ use Symfony\Component\DependencyInjection\Extension \Extension;
38
38
39
39
class AcmeHelloExtension extends Extension
40
40
{
Original file line number Diff line number Diff line change @@ -494,7 +494,6 @@ and headers.
494
494
mailer :
495
495
envelope :
496
496
sender : ' fabien@example.com'
497
- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
498
497
recipients : ['foo@example.com', 'bar@example.com']
499
498
headers :
500
499
From : ' Fabien <fabien@example.com>'
@@ -517,8 +516,6 @@ and headers.
517
516
<framework : mailer >
518
517
<framework : envelope >
519
518
<framework : sender >fabien@example.com</framework : sender >
520
- <!-- use this to add a display name:
521
- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
522
519
<framework : recipients >foo@example.com</framework : recipients >
523
520
<framework : recipients >bar@example.com</framework : recipients >
524
521
</framework : envelope >
@@ -539,7 +536,6 @@ and headers.
539
536
$mailer
540
537
->envelope()
541
538
->sender('fabien@example.com')
542
- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
543
539
->recipients(['foo@example.com', 'bar@example.com'])
544
540
;
545
541
Original file line number Diff line number Diff line change @@ -2440,19 +2440,6 @@ Whether or not to enable validation support.
2440
2440
This option will automatically be set to ``true `` when one of the child
2441
2441
settings is configured.
2442
2442
2443
- .. _reference-validation-cache :
2444
-
2445
- cache
2446
- .....
2447
-
2448
- **type **: ``string ``
2449
-
2450
- The service that is used to persist class metadata in a cache. The service
2451
- has to implement the :class: `Symfony\\ Contracts\\ Cache\\ CacheInterface `.
2452
-
2453
- Set this option to ``validator.mapping.cache.doctrine.apc `` to use the APC
2454
- cache provided by the Doctrine project.
2455
-
2456
2443
.. _reference-validation-enable_annotations :
2457
2444
2458
2445
enable_annotations
You can’t perform that action at this time.
0 commit comments