false
false
FormErrorIterator {#393
-form: Form {#386
-config: FormBuilder {#385
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: ImmutableEventDispatcher {#401
-dispatcher: EventDispatcher {#279
-listeners: array:2 [
"form.pre_bind" => array:1 [
0 => array:1 [
0 => array:2 [
0 => TrimListener {#281}
1 => "preSubmit"
]
]
]
"form.post_bind" => array:1 [
0 => array:1 [
0 => array:2 [
0 => ValidationListener {#282
-validator: RecursiveValidator {#258
#contextFactory: ExecutionContextFactory {#257
-translator: Translator {#111 …}
-translationDomain: "validators"
}
#metadataFactory: LazyLoadingMetadataFactory {#256
#loader: LoaderChain {#255
#loaders: array:2 [
0 => XmlFileLoader {#253
#classes: null
#file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml"
#namespaces: []
}
1 => StaticMethodLoader {#254
#methodName: "loadValidatorMetadata"
}
]
}
#cache: Psr6Cache {#248
-cacheItemPool: FilesystemAdapter {#249
-createCacheItem: Closure {#251
class: "Symfony\Component\Cache\CacheItem"
parameters: {
$key: {}
$value: {}
$isHit: {}
}
use: {
$defaultLifetime: 0
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php"
line: "41 to 49"
}
-mergeByLifetime: Closure {#252
class: "Symfony\Component\Cache\CacheItem"
parameters: {
$deferred: {}
$namespace: {}
&$expiredIds: {}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php"
line: "54 to 70"
}
-namespace: ""
-deferred: []
#maxIdLength: null
#logger: Logger {#169
#name: "cache"
#handlers: array:2 [
0 => FingersCrossedHandler {#76
#handler: StreamHandler {#77
#stream: null
#url: "/var/www/cite-espace.com/cite-espace_001691302/var/logs/prod.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: null
#level: 100
#bubble: true
#formatter: null
#processors: array:1 [
0 => PsrLogMessageProcessor {#75}
]
}
#activationStrategy: ErrorLevelActivationStrategy {#78
-actionLevel: 400
}
#buffering: true
#bufferSize: 0
#buffer: array:2 [
0 => array:7 [
"message" => "Matched route "es_cdeindiv_default_newsletter"."
"context" => array:4 [
"route" => "es_cdeindiv_default_newsletter"
"route_parameters" => array:2 [ …2]
"request_uri" => "https://www.cite-espace.com/newsletter/add"
"method" => "GET"
]
"level" => 200
"level_name" => "INFO"
"channel" => "request"
"datetime" => DateTime {#107
+"date": "2019-09-15 15:47:27.346947"
+"timezone_type": 3
+"timezone": "Europe/Paris"
}
"extra" => []
]
1 => array:7 [
"message" => "Populated the TokenStorage with an anonymous Token."
"context" => []
"level" => 200
"level_name" => "INFO"
"channel" => "security"
"datetime" => DateTime {#158
+"date": "2019-09-15 15:47:27.352616"
+"timezone_type": 3
+"timezone": "Europe/Paris"
}
"extra" => []
]
]
#stopBuffering: true
#passthruLevel: null
#level: 100
#bubble: true
#formatter: null
#processors: array:1 [
0 => PsrLogMessageProcessor {#75}
]
}
1 => ConsoleHandler {#74
-output: null
-verbosityLevelMap: array:5 [
16 => 400
32 => 300
64 => 250
128 => 200
256 => 100
]
#level: 100
#bubble: true
#formatter: null
#processors: array:1 [
0 => PsrLogMessageProcessor {#75}
]
}
]
#processors: []
#microsecondTimestamps: true
#exceptionHandler: null
}
-directory: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/pools/n2REcSUPj0/"
-tmp: null
}
}
#loadedClasses: array:1 [
"ES\Bundle\CDEIndivBundle\Entity\Newsletter" => ClassMetadata {#289
+name: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
+defaultGroup: "Newsletter"
+members: []
+properties: []
+getters: []
+groupSequence: []
+groupSequenceProvider: false
+traversalStrategy: 1
-reflClass: ReflectionClass {#290
+name: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
implements: []
constants: []
properties: array:9 [
"class" => ReflectionProperty {#687
+name: "class"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public static"
}
"id" => ReflectionProperty {#688
+name: "id"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var integer\n
*\n
* @ORM\Column(name="id", type="integer")\n
* @ORM\Id\n
* @ORM\GeneratedValue(strategy="AUTO")\n
*/
"""
}
}
"email" => ReflectionProperty {#689
+name: "email"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="email", type="string", length=255, nullable=true)\n
* @Assert\NotBlank(\n
* message ="Ce champ est obligatoire."\n
* )\n
* @Assert\Email(\n
* message = "'{{value}}' n'est pas un email valide.",\n
* )\n
*/
"""
}
}
"firstname" => ReflectionProperty {#690
+name: "firstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="firstname", type="string", length=255, nullable=true)\n
*/
"""
}
}
"lastname" => ReflectionProperty {#691
+name: "lastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="lastname", type="string", length=255, nullable=true)\n
*/
"""
}
}
"zipcode" => ReflectionProperty {#692
+name: "zipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="zipcode", type="string", length=255, nullable=true)\n
*/
"""
}
}
"country" => ReflectionProperty {#693
+name: "country"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="country", type="string", length=255, nullable=true)\n
*/
"""
}
}
"list" => ReflectionProperty {#694
+name: "list"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="list", type="string", length=255, nullable=true)\n
*/
"""
}
}
"createdAt" => ReflectionProperty {#695
+name: "createdAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var \DateTime\n
*\n
* @ORM\Column(name="created_at", type="datetime")\n
*/
"""
}
}
]
methods: array:16 [
"__construct" => ReflectionMethod {#696
+name: "__construct"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"getId" => ReflectionMethod {#697
+name: "getId"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setEmail" => ReflectionMethod {#698
+name: "setEmail"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: ReflectionProperty {#691}
modifiers: "public"
}
"getEmail" => ReflectionMethod {#699
+name: "getEmail"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setCreatedAt" => ReflectionMethod {#700
+name: "setCreatedAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: ReflectionProperty {#687}
modifiers: "public"
}
"getCreatedAt" => ReflectionMethod {#701
+name: "getCreatedAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setFirstname" => ReflectionMethod {#702
+name: "setFirstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$firstname: ReflectionParameter {#828
+name: "firstname"
position: 0
}
}
modifiers: "public"
}
"getFirstname" => ReflectionMethod {#703
+name: "getFirstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setLastname" => ReflectionMethod {#704
+name: "setLastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$lastname: ReflectionParameter {#832
+name: "lastname"
position: 0
}
}
modifiers: "public"
}
"getLastname" => ReflectionMethod {#705
+name: "getLastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setCountry" => ReflectionMethod {#706
+name: "setCountry"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$country: ReflectionParameter {#836
+name: "country"
position: 0
}
}
modifiers: "public"
}
"getCountry" => ReflectionMethod {#707
+name: "getCountry"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setZipcode" => ReflectionMethod {#708
+name: "setZipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$zipcode: ReflectionParameter {#840
+name: "zipcode"
position: 0
}
}
modifiers: "public"
}
"getZipcode" => ReflectionMethod {#709
+name: "getZipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setList" => ReflectionMethod {#710
+name: "setList"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$list: ReflectionParameter {#844
+name: "list"
position: 0
}
}
modifiers: "public"
}
"getList" => ReflectionMethod {#711
+name: "getList"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
]
}
+constraints: []
+constraintsByGroup: []
+cascadingStrategy: 1
}
]
}
#validatorFactory: ContainerConstraintValidatorFactory {#239
-container: ServiceLocator {#240
-factories: array:7 [
"Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" => Closure {#241
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4257 to 4259"
}
"Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" => Closure {#242
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4259 to 4261"
}
"Symfony\Component\Validator\Constraints\EmailValidator" => Closure {#243
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4261 to 4263"
}
"Symfony\Component\Validator\Constraints\ExpressionValidator" => Closure {#244
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4263 to 4265"
}
"doctrine.orm.validator.unique" => Closure {#245
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4265 to 4267"
}
"security.validator.user_password" => Closure {#246
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4267 to 4269"
}
"validator.expression" => Closure {#247
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "4269 to 4271"
}
]
}
-validators: []
}
#objectInitializers: array:1 [
0 => DoctrineInitializer {#250
#registry: Registry {#178
-name: "ORM"
-connections: array:2 [
"default" => "doctrine.dbal.default_connection"
"old" => "doctrine.dbal.old_connection"
]
-managers: array:1 [
"default" => "doctrine.orm.default_entity_manager"
]
-defaultConnection: "default"
-defaultManager: "default"
-proxyInterfaceName: "Doctrine\ORM\Proxy\Proxy"
#container: appProdProjectContainer {#22 …}
}
}
]
}
-violationMapper: ViolationMapper {#259
-allowNonSynchronized: null
}
}
1 => "validateForm"
]
]
]
]
-sorted: []
}
}
-name: "newsletter"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: true
-type: ResolvedFormType {#231
-innerType: NewsletterType {#227}
-typeExtensions: []
-parent: ResolvedFormType {#233
-innerType: FormType {#228 …}
-typeExtensions: array:4 [
0 => FormTypeHttpFoundationExtension {#234
-requestHandler: HttpFoundationRequestHandler {#235
-serverParams: ServerParams {#236
-requestStack: RequestStack {#79
-requests: array:1 [
0 => Request {#25
+attributes: ParameterBag {#28
#parameters: array:4 [
"_controller" => "ES\Bundle\CDEIndivBundle\Controller\DefaultController::newsletterAction"
"_route" => "es_cdeindiv_default_newsletter"
"_route_params" => []
"_template" => Template {#177
#template: TemplateReference {#192
#parameters: array:5 [
"bundle" => "ESCDEIndivBundle"
"controller" => "Default"
"name" => "newsletter"
"format" => "html"
"engine" => "twig"
]
}
#engine: "twig"
#vars: []
#streamable: false
-owner: array:2 [
0 => DefaultController {#136
#container: appProdProjectContainer {#22 …}
}
1 => "newsletterAction"
]
}
]
}
+request: ParameterBag {#26
#parameters: []
}
+query: ParameterBag {#27
#parameters: []
}
+server: ServerBag {#31
#parameters: array:39 [
"USER" => "www_citespace"
"HOME" => "/var/www/cite-espace.com"
"HTTP_COOKIE" => "GCs=CartItem1_92_03_87_UserName1_92_4_02_; PHPSESSID=e2epl5r6a1okjfuge7dl031000; SignedIn=0; optimizelyEndUserId=15497b5c106500009cc7705dc0030000d7730100"
"HTTP_USER_AGENT" => "arquivo-web-crawler (compatible; heritrix/3.3.0-SNAPSHOT-2019-08-26T10:34:48Z +http://arquivo.pt)"
"HTTP_HOST" => "www.cite-espace.com:443"
"HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
"HTTP_REFERER" => "https://www.cite-espace.com/assets/js/common.min.js"
"HTTP_CONNECTION" => "Close"
"SCRIPT_FILENAME" => "/var/www/cite-espace.com/web/index.php"
"SERVER_SOFTWARE" => "nginx/1.14.0"
"SERVER_PROTOCOL" => "HTTP/1.0"
"SERVER_PORT" => "443"
"SERVER_NAME" => "cite-espace.com"
"SERVER_ADDR" => "89.31.147.173"
"SCRIPT_NAME" => "/index.php"
"REQUEST_URI" => "/newsletter/add"
"REQUEST_SCHEME" => "https"
"REQUEST_METHOD" => "GET"
"REMOTE_PORT" => "34457"
"REMOTE_ADDR" => "193.136.192.159"
"REDIRECT_STATUS" => "200"
"QUERY_STRING" => ""
"HTTPS" => "on"
"GATEWAY_INTERFACE" => "CGI/1.1"
"DOCUMENT_URI" => "/index.php"
"DOCUMENT_ROOT" => "/var/www/cite-espace.com/web"
"CONTENT_TYPE" => ""
"CONTENT_LENGTH" => ""
"FCGI_ROLE" => "RESPONDER"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1568555247.3137
"REQUEST_TIME" => 1568555247
"argv" => []
"argc" => 0
"SYMFONY_ENV" => "prod"
"SYMFONY_DEBUG" => "0"
"WP_DEBUG" => "false"
"WP_DEBUG_DISPLAY" => "false"
"WP_DEBUG_LOG" => "false"
]
}
+files: FileBag {#30
#parameters: []
}
+cookies: ParameterBag {#29
#parameters: array:4 [
"GCs" => "CartItem1_92_03_87_UserName1_92_4_02_"
"PHPSESSID" => "e2epl5r6a1okjfuge7dl031000"
"SignedIn" => "0"
"optimizelyEndUserId" => "15497b5c106500009cc7705dc0030000d7730100"
]
}
+headers: HeaderBag {#32
#headers: array:9 [
"cookie" => array:1 [
0 => "GCs=CartItem1_92_03_87_UserName1_92_4_02_; PHPSESSID=e2epl5r6a1okjfuge7dl031000; SignedIn=0; optimizelyEndUserId=15497b5c106500009cc7705dc0030000d7730100"
]
"user-agent" => array:1 [
0 => "arquivo-web-crawler (compatible; heritrix/3.3.0-SNAPSHOT-2019-08-26T10:34:48Z +http://arquivo.pt)"
]
"host" => array:1 [
0 => "www.cite-espace.com:443"
]
"accept" => array:1 [
0 => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
]
"referer" => array:1 [
0 => "https://www.cite-espace.com/assets/js/common.min.js"
]
"connection" => array:1 [
0 => "Close"
]
"content-type" => array:1 [
0 => ""
]
"content-length" => array:1 [
0 => ""
]
"x-php-ob-level" => array:1 [
0 => 0
]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/newsletter/add"
#requestUri: "/newsletter/add"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Session {#91
#storage: NativeSessionStorage {#92
#bags: array:2 [
"attributes" => AttributeBag {#96
-name: "attributes"
-storageKey: "_sf2_attributes"
#attributes: & []
}
"flashes" => FlashBag {#97
-name: "flashes"
-flashes: & []
-storageKey: "_sf2_flashes"
}
]
#started: true
#closed: false
#saveHandler: SessionHandlerProxy {#94
#handler: SessionHandler {#95}
#wrapper: true
#saveHandlerName: "files"
}
#metadataBag: MetadataBag {#93
-name: "__metadata"
-storageKey: "_sf2_meta"
#meta: & array:3 [
"u" => 1568555247
"c" => 1568554068
"l" => "0"
]
-lastUsed: 1568555242
-updateThreshold: "0"
}
}
-flashName: "flashes"
-attributeName: "attributes"
}
#locale: "fr"
#defaultLocale: "fr"
-isHostValid: true
-isClientIpsValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
]
}
}
}
}
1 => FormTypeValidatorExtension {#237
-validator: RecursiveValidator {#258}
-violationMapper: ViolationMapper {#259}
}
2 => UploadValidatorExtension {#260 …}
3 => FormTypeCsrfExtension {#261
-defaultTokenManager: CsrfTokenManager {#262
-generator: UriSafeTokenGenerator {#263
-entropy: 256
}
-storage: SessionTokenStorage {#264
-session: Session {#91}
-namespace: "_csrf"
}
}
-defaultEnabled: true
-defaultFieldName: "_token"
-translator: Translator {#111 …}
-translationDomain: "validators"
-serverParams: ServerParams {#236}
}
]
-parent: null
-optionsResolver: OptionsResolver {#265
-defined: array:35 [
"block_name" => true
"disabled" => true
"label" => true
"label_format" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"invalid_message" => true
"invalid_message_parameters" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:34 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-required: []
-resolved: array:26 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"error_mapping" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => Closure {#270
class: "Symfony\Component\Form\Extension\Validator\Type\BaseValidatorExtension"
this: FormTypeValidatorExtension {#237}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
$groups: {}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php"
line: "33 to 51"
}
"constraints" => Closure {#271
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: FormTypeValidatorExtension {#237}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
$constraints: {}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php"
line: "58 to 60"
}
"upload_max_size_message" => Closure {#272
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: UploadValidatorExtension {#260 …}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
$message: {}
}
use: {
$translator: Translator {#111 …}
$translationDomain: "validators"
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "45 to 49"
}
]
-allowedValues: []
-allowedTypes: array:3 [
"attr" => array:1 [
0 => "array"
]
"label_attr" => array:1 [
0 => "array"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
]
-lazy: array:4 [
"data_class" => array:1 [
0 => Closure {#266
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "126 to 128"
}
]
"empty_data" => array:1 [
0 => Closure {#267
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "131 to 143"
}
]
"error_bubbling" => array:1 [
0 => Closure {#269
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "154 to 156"
}
]
"upload_max_size_message" => array:1 [
0 => Closure {#268
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$options: {
typeHint: "Symfony\Component\OptionsResolver\Options"
}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "146 to 150"
}
]
]
-calling: []
-locked: false
}
}
-optionsResolver: OptionsResolver {#273
-defined: array:35 [
"block_name" => true
"disabled" => true
"label" => true
"label_format" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"invalid_message" => true
"invalid_message_parameters" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:34 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"data_class" => "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => false
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-required: []
-resolved: array:26 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"error_mapping" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => false
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => Closure {#270}
"constraints" => Closure {#271}
"upload_max_size_message" => Closure {#272}
]
-allowedValues: []
-allowedTypes: array:3 [
"attr" => array:1 [
0 => "array"
]
"label_attr" => array:1 [
0 => "array"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
]
-lazy: array:3 [
"empty_data" => array:1 [
0 => Closure {#267}
]
"error_bubbling" => array:1 [
0 => Closure {#269}
]
"upload_max_size_message" => array:1 [
0 => Closure {#268}
]
]
-calling: []
-locked: false
}
}
-viewTransformers: []
-modelTransformers: []
-dataMapper: PropertyPathMapper {#280
-propertyAccessor: PropertyAccessor {#229
-magicCall: false
-ignoreInvalidIndices: true
-cacheItemPool: null
-readPropertyCache: array:1 [
"ES\Bundle\CDEIndivBundle\Entity\Newsletter..email" => array:3 [
0 => true
1 => 0
2 => "getEmail"
]
]
-writePropertyCache: []
-propertyPathCache: []
}
}
-required: true
-disabled: false
-errorBubbling: true
-emptyData: Closure {#275
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
use: {
$class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "135 to 137"
}
-attributes: []
-data: Newsletter {#160
-id: null
-email: null
#firstname: null
#lastname: null
#zipcode: null
#country: null
#list: null
-createdAt: DateTime {#209
+"date": "2019-09-15 15:47:27.000000"
+"timezone_type": 3
+"timezone": "Europe/Paris"
}
}
-dataClass: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
-dataLocked: true
-formFactory: FormFactory {#207
-registry: FormRegistry {#208
-extensions: array:1 [
0 => DependencyInjectionExtension {#213
-guesser: FormTypeGuesserChain {#284
-guessers: array:2 [
0 => ValidatorTypeGuesser {#285
-metadataFactory: RecursiveValidator {#258}
}
1 => DoctrineOrmTypeGuesser {#286
#registry: Registry {#178}
-cache: array:1 [
"ES\Bundle\CDEIndivBundle\Entity\Newsletter" => array:2 [
0 => ClassMetadata {#351
+name: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
+namespace: "ES\Bundle\CDEIndivBundle\Entity"
+rootEntityName: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
+customGeneratorDefinition: null
+customRepositoryClassName: null
+isMappedSuperclass: false
+isEmbeddedClass: false
+parentClasses: []
+subClasses: []
+embeddedClasses: []
+namedQueries: []
+namedNativeQueries: []
+sqlResultSetMappings: []
+identifier: array:1 [
0 => "id"
]
+inheritanceType: 1
+generatorType: 4
+fieldMappings: array:8 [
"id" => array:9 [
"fieldName" => "id"
"type" => "integer"
"scale" => 0
"length" => null
"unique" => false
"nullable" => false
"precision" => 0
"columnName" => "id"
"id" => true
]
"email" => array:8 [
"fieldName" => "email"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "email"
]
"firstname" => array:8 [
"fieldName" => "firstname"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "firstname"
]
"lastname" => array:8 [
"fieldName" => "lastname"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "lastname"
]
"zipcode" => array:8 [
"fieldName" => "zipcode"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "zipcode"
]
"country" => array:8 [
"fieldName" => "country"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "country"
]
"list" => array:8 [
"fieldName" => "list"
"type" => "string"
"scale" => 0
"length" => 255
"unique" => false
"nullable" => true
"precision" => 0
"columnName" => "list"
]
"createdAt" => array:8 [
"fieldName" => "createdAt"
"type" => "datetime"
"scale" => 0
"length" => null
"unique" => false
"nullable" => false
"precision" => 0
"columnName" => "created_at"
]
]
+fieldNames: array:8 [
"id" => "id"
"email" => "email"
"firstname" => "firstname"
"lastname" => "lastname"
"zipcode" => "zipcode"
"country" => "country"
"list" => "list"
"created_at" => "createdAt"
]
+columnNames: array:8 [
"id" => "id"
"email" => "email"
"firstname" => "firstname"
"lastname" => "lastname"
"zipcode" => "zipcode"
"country" => "country"
"list" => "list"
"createdAt" => "created_at"
]
+discriminatorValue: null
+discriminatorMap: []
+discriminatorColumn: null
+table: array:1 [
"name" => "newsletter"
]
+lifecycleCallbacks: []
+entityListeners: []
+associationMappings: []
+isIdentifierComposite: false
+containsForeignIdentifier: false
+idGenerator: IdentityGenerator {#364
-sequenceName: null
}
+sequenceGeneratorDefinition: null
+tableGeneratorDefinition: null
+changeTrackingPolicy: 1
+isVersioned: null
+versionField: null
+cache: null
+reflClass: ReflectionClass {#384
+name: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
implements: []
constants: []
properties: array:9 [
"class" => ReflectionProperty {#747
+name: "class"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public static"
}
"id" => ReflectionProperty {#748
+name: "id"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: ReflectionMethod {#709}
}
"email" => ReflectionProperty {#749
+name: "email"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: ReflectionMethod {#707}
}
"firstname" => ReflectionProperty {#750
+name: "firstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: ReflectionMethod {#705}
}
"lastname" => ReflectionProperty {#751
+name: "lastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: ReflectionMethod {#703}
}
"zipcode" => ReflectionProperty {#752
+name: "zipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: ReflectionMethod {#701}
}
"country" => ReflectionProperty {#753
+name: "country"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: ReflectionMethod {#699}
}
"list" => ReflectionProperty {#754
+name: "list"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: ReflectionMethod {#697}
}
"createdAt" => ReflectionProperty {#755
+name: "createdAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var \DateTime\n
*\n
* @ORM\Column(name="created_at", type="datetime")\n
*/
"""
}
}
]
methods: array:16 [
"__construct" => ReflectionMethod {#756
+name: "__construct"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"getId" => ReflectionMethod {#757
+name: "getId"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setEmail" => ReflectionMethod {#758
+name: "setEmail"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: ReflectionProperty {#751}
modifiers: "public"
}
"getEmail" => ReflectionMethod {#759
+name: "getEmail"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setCreatedAt" => ReflectionMethod {#760
+name: "setCreatedAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: ReflectionProperty {#747}
modifiers: "public"
}
"getCreatedAt" => ReflectionMethod {#761
+name: "getCreatedAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setFirstname" => ReflectionMethod {#762
+name: "setFirstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$firstname: ReflectionParameter {#850
+name: "firstname"
position: 0
}
}
modifiers: "public"
}
"getFirstname" => ReflectionMethod {#763
+name: "getFirstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setLastname" => ReflectionMethod {#764
+name: "setLastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$lastname: ReflectionParameter {#854
+name: "lastname"
position: 0
}
}
modifiers: "public"
}
"getLastname" => ReflectionMethod {#765
+name: "getLastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setCountry" => ReflectionMethod {#766
+name: "setCountry"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$country: ReflectionParameter {#858
+name: "country"
position: 0
}
}
modifiers: "public"
}
"getCountry" => ReflectionMethod {#767
+name: "getCountry"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setZipcode" => ReflectionMethod {#768
+name: "setZipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$zipcode: ReflectionParameter {#862
+name: "zipcode"
position: 0
}
}
modifiers: "public"
}
"getZipcode" => ReflectionMethod {#769
+name: "getZipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
"setList" => ReflectionMethod {#770
+name: "setList"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
parameters: {
$list: ReflectionParameter {#866
+name: "list"
position: 0
}
}
modifiers: "public"
}
"getList" => ReflectionMethod {#771
+name: "getList"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "public"
}
]
}
+isReadOnly: false
#namingStrategy: UnderscoreNamingStrategy {#303
-case: 0
}
+reflFields: array:8 [
"id" => ReflectionProperty {#353
+name: "id"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var integer\n
*\n
* @ORM\Column(name="id", type="integer")\n
* @ORM\Id\n
* @ORM\GeneratedValue(strategy="AUTO")\n
*/
"""
}
}
"email" => ReflectionProperty {#383
+name: "email"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="email", type="string", length=255, nullable=true)\n
* @Assert\NotBlank(\n
* message ="Ce champ est obligatoire."\n
* )\n
* @Assert\Email(\n
* message = "'{{value}}' n'est pas un email valide.",\n
* )\n
*/
"""
}
}
"firstname" => ReflectionProperty {#382
+name: "firstname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="firstname", type="string", length=255, nullable=true)\n
*/
"""
}
}
"lastname" => ReflectionProperty {#381
+name: "lastname"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="lastname", type="string", length=255, nullable=true)\n
*/
"""
}
}
"zipcode" => ReflectionProperty {#380
+name: "zipcode"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="zipcode", type="string", length=255, nullable=true)\n
*/
"""
}
}
"country" => ReflectionProperty {#379
+name: "country"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="country", type="string", length=255, nullable=true)\n
*/
"""
}
}
"list" => ReflectionProperty {#378
+name: "list"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "protected"
extra: {
docComment: """
/**\n
* @var string\n
*\n
* @ORM\Column(name="list", type="string", length=255, nullable=true)\n
*/
"""
}
}
"createdAt" => ReflectionProperty {#365
+name: "createdAt"
+class: "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
modifiers: "private"
extra: {
docComment: """
/**\n
* @var \DateTime\n
*\n
* @ORM\Column(name="created_at", type="datetime")\n
*/
"""
}
}
]
-instantiator: Instantiator {#352}
}
1 => "default"
]
]
}
]
}
-guesserLoaded: true
-typeContainer: ServiceLocator {#214
-factories: array:3 [
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => Closure {#215
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "1987 to 1989"
}
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => Closure {#216
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "1989 to 1991"
}
"Symfony\Component\Form\Extension\Core\Type\FormType" => Closure {#217
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "1991 to 1993"
}
]
}
-typeExtensionServices: array:3 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => RewindableGenerator {#218
-generator: Closure {#219
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "1993 to 1998"
}
-count: 4
}
"Symfony\Component\Form\Extension\Core\Type\RepeatedType" => RewindableGenerator {#220
-generator: Closure {#221
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "1998 to 2000"
}
-count: 1
}
"Symfony\Component\Form\Extension\Core\Type\SubmitType" => RewindableGenerator {#222
-generator: Closure {#223
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "2000 to 2002"
}
-count: 1
}
]
-guesserServices: RewindableGenerator {#224
-generator: Closure {#225
class: "appProdProjectContainer"
this: appProdProjectContainer {#22 …}
file: "/var/www/cite-espace.com/cite-espace_001691302/var/cache/prod/appProdProjectContainer.php"
line: "2002 to 2005"
}
-count: 2
}
-typeServiceIds: null
-guesserServiceIds: null
}
]
-types: array:3 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => ResolvedFormType {#233}
"ES\Bundle\CDEIndivBundle\Form\Type\NewsletterType" => ResolvedFormType {#231}
"Symfony\Component\Form\Extension\Core\Type\TextType" => ResolvedFormType {#287
-innerType: TextType {#387}
-typeExtensions: []
-parent: ResolvedFormType {#233}
-optionsResolver: OptionsResolver {#388
-defined: array:35 [
"block_name" => true
"disabled" => true
"label" => true
"label_format" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"data" => true
"data_class" => true
"empty_data" => true
"trim" => true
"required" => true
"property_path" => true
"mapped" => true
"by_reference" => true
"error_bubbling" => true
"label_attr" => true
"inherit_data" => true
"compound" => true
"method" => true
"action" => true
"post_max_size_message" => true
"upload_max_size_message" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"invalid_message" => true
"invalid_message_parameters" => true
"allow_extra_fields" => true
"extra_fields_message" => true
"csrf_protection" => true
"csrf_field_name" => true
"csrf_message" => true
"csrf_token_manager" => true
"csrf_token_id" => true
]
-defaults: array:34 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"data_class" => null
"empty_data" => null
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"error_bubbling" => null
"label_attr" => []
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"upload_max_size_message" => null
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-required: []
-resolved: array:26 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"error_mapping" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => Closure {#270}
"constraints" => Closure {#271}
"upload_max_size_message" => Closure {#272}
]
-allowedValues: []
-allowedTypes: array:3 [
"attr" => array:1 [
0 => "array"
]
"label_attr" => array:1 [
0 => "array"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
]
-lazy: array:4 [
"data_class" => array:1 [
0 => Closure {#266}
]
"empty_data" => array:1 [
0 => Closure {#267}
]
"error_bubbling" => array:1 [
0 => Closure {#269}
]
"upload_max_size_message" => array:1 [
0 => Closure {#268}
]
]
-calling: []
-locked: false
}
}
]
-guesser: FormTypeGuesserChain {#283
-guessers: array:2 [
0 => ValidatorTypeGuesser {#285}
1 => DoctrineOrmTypeGuesser {#286}
]
}
-resolvedTypeFactory: ResolvedFormTypeFactory {#226}
}
}
-action: ""
-method: "POST"
-requestHandler: HttpFoundationRequestHandler {#235}
-autoInitialize: true
-options: array:35 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"required" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => true
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"error_mapping" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => false
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
"attr" => []
"data_class" => "ES\Bundle\CDEIndivBundle\Entity\Newsletter"
"empty_data" => Closure {#275}
"error_bubbling" => true
"label_attr" => []
"upload_max_size_message" => Closure {#277
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: UploadValidatorExtension {#260 …}
use: {
$translator: Translator {#111 …}
$translationDomain: "validators"
$message: Closure {#276 …}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
}
"validation_groups" => null
"constraints" => []
"data" => Newsletter {#160}
]
}
-parent: null
-children: OrderedHashMap {#356
-elements: array:1 [
"email" => Form {#398
-config: FormBuilder {#399
-children: []
-unresolvedChildren: []
#locked: true
-dispatcher: ImmutableEventDispatcher {#409
-dispatcher: EventDispatcher {#394
-listeners: array:2 [
"form.pre_bind" => array:1 [
0 => array:2 [
0 => array:2 [
0 => TrimListener {#395}
1 => "preSubmit"
]
1 => array:2 [
0 => CsrfValidationListener {#397
-fieldName: "_token"
-tokenManager: CsrfTokenManager {#262}
-tokenId: "email"
-errorMessage: "The CSRF token is invalid. Please try to resubmit the form."
-translator: Translator {#111 …}
-translationDomain: "validators"
-serverParams: ServerParams {#236}
}
1 => "preSubmit"
]
]
]
"form.post_bind" => array:1 [
0 => array:1 [
0 => array:2 [
0 => ValidationListener {#396
-validator: RecursiveValidator {#258}
-violationMapper: ViolationMapper {#259}
}
1 => "validateForm"
]
]
]
]
-sorted: []
}
}
-name: "email"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: false
-type: ResolvedFormType {#287}
-viewTransformers: []
-modelTransformers: []
-dataMapper: null
-required: false
-disabled: false
-errorBubbling: false
-emptyData: Closure {#390
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: FormType {#228 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "140 to 142"
}
-attributes: []
-data: null
-dataClass: null
-dataLocked: false
-formFactory: FormFactory {#207}
-action: ""
-method: "POST"
-requestHandler: HttpFoundationRequestHandler {#235}
-autoInitialize: false
-options: array:34 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"translation_domain" => null
"auto_initialize" => true
"trim" => true
"property_path" => null
"mapped" => true
"by_reference" => true
"inherit_data" => false
"compound" => false
"method" => "POST"
"action" => ""
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"error_mapping" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"allow_extra_fields" => false
"extra_fields_message" => "This form should not contain extra fields."
"csrf_protection" => true
"csrf_field_name" => "_token"
"csrf_message" => "The CSRF token is invalid. Please try to resubmit the form."
"csrf_token_manager" => CsrfTokenManager {#262}
"csrf_token_id" => null
"attr" => array:1 [
"maxlength" => 255
]
"data_class" => null
"empty_data" => Closure {#390}
"required" => false
"error_bubbling" => false
"label_attr" => []
"upload_max_size_message" => Closure {#392
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: UploadValidatorExtension {#260 …}
use: {
$translator: Translator {#111 …}
$translationDomain: "validators"
$message: Closure {#391 …}
}
file: "/var/www/cite-espace.com/cite-espace_001691302/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
}
"validation_groups" => null
"constraints" => []
]
}
-parent: Form {#386}
-children: OrderedHashMap {#400
-elements: []
-orderedKeys: []
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: null
-normData: null
-viewData: ""
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
}
]
-orderedKeys: array:1 [
0 => "email"
]
-managedCursors: []
}
-errors: []
-submitted: false
-clickedButton: null
-modelData: Newsletter {#160}
-normData: Newsletter {#160}
-viewData: Newsletter {#160}
-extraData: []
-transformationFailure: null
-defaultDataSet: true
-lockSetData: false
}
-errors: []
}
error