Dumped Contents
In
CustomizeEntryType.php
line 43:
*/
public function buildForm(FormBuilderInterface $builder, array $options)
{
dump($builder);
$builder->add('emailcc1', EmailType::class, [
'label' => 'メールアドレス(CC用1)',
'required' => false,
Symfony\Component\Form\FormBuilder {#3080
#locked: false
-dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3081 …3}
-name: "entry"
-propertyPath: null
-mapped: true
-byReference: true
-inheritData: false
-compound: true
-type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#3064
-proxiedType: Symfony\Component\Form\ResolvedFormType {#3065
-innerType: Eccube\Form\Type\Front\EntryType {#3041
#eccubeConfig: Eccube\Common\EccubeConfig {#649
#container: ContainerK8lbXrB\Eccube_KernelDevDebugContainer {#38 …20}
}
}
-typeExtensions: array:1 [
0 => Customize\Form\Type\Front\CustomizeEntryType {#3044
#eccubeConfig: Eccube\Common\EccubeConfig {#649}
}
]
-parent: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#3049
-proxiedType: Symfony\Component\Form\ResolvedFormType {#3048
-innerType: Symfony\Component\Form\Extension\Core\Type\FormType {#3043 …}
-typeExtensions: array:8 [
0 => Eccube\Form\Extension\DoctrineOrmExtension {#3050
#em: ContainerK8lbXrB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#486 …2}
#reader: Doctrine\Common\Annotations\PsrCachedReader {#778
-delegate: Doctrine\Common\Annotations\AnnotationReader {#777
-parser: Doctrine\Common\Annotations\DocParser {#776 …10}
-preParser: Doctrine\Common\Annotations\DocParser {#774 …10}
-phpParser: Doctrine\Common\Annotations\PhpParser {#772}
-imports: []
-ignoredAnnotationNames: []
}
-cache: Symfony\Component\Cache\Adapter\PhpArrayAdapter {#731
-file: "/home/bluehippo91/www/bluehippo91.sakura.ne.jp/var/cache/dev/annotations.php"
-keys: array:7439 [ …7439]
-values: array:782 [ …782]
-callbackWrapper: null
-computing: []
-pool: Symfony\Component\Cache\Adapter\TraceableAdapter {#771 …2}
}
-debug: true
-loadedAnnotations: array:979 [
"Eccube\Entity\Member" => array:5 [ …5]
"Eccube\Entity\AbstractEntity" => array:1 [ …1]
"Eccube\Entity\Member$id" => array:3 [ …3]
"Eccube\Entity\Member$name" => array:1 [ …1]
"Eccube\Entity\Member$department" => array:1 [ …1]
"Eccube\Entity\Member$login_id" => array:1 [ …1]
"Eccube\Entity\Member$plainPassword" => array:2 [ …2]
"Eccube\Entity\Member$password" => array:1 [ …1]
"Eccube\Entity\Member$salt" => array:1 [ …1]
"Eccube\Entity\Member$sort_no" => array:1 [ …1]
"Eccube\Entity\Member$two_factor_auth_key" => array:1 [ …1]
"Eccube\Entity\Member$two_factor_auth_enabled" => array:1 [ …1]
"Eccube\Entity\Member$create_date" => array:1 [ …1]
"Eccube\Entity\Member$update_date" => array:1 [ …1]
"Eccube\Entity\Member$login_date" => array:1 [ …1]
"Eccube\Entity\Member$Work" => array:2 [ …2]
"Eccube\Entity\Member$Authority" => array:2 [ …2]
"Eccube\Entity\Member$Creator" => array:2 [ …2]
"Eccube\Entity\Member$logoFilename" => array:1 [ …1]
"Eccube\Entity\Member$email" => array:1 [ …1]
"Eccube\Entity\Member$emailcc1" => array:1 [ …1]
"Eccube\Entity\Member$emailcc2" => array:1 [ …1]
"Eccube\Entity\Member$emailcc3" => array:1 [ …1]
"Eccube\Entity\Member$emailcc4" => array:1 [ …1]
"Eccube\Entity\Member$emailcc5" => array:1 [ …1]
"Eccube\Entity\Member$emailcc6" => array:1 [ …1]
"Eccube\Entity\Member$emailcc7" => array:1 [ …1]
"Eccube\Entity\Member$emailcc8" => array:1 [ …1]
"Eccube\Entity\Member$emailcc9" => array:1 [ …1]
"Eccube\Entity\Member$emailcc10" => array:1 [ …1]
"Eccube\Entity\Member$VendorGroups" => array:2 [ …2]
"Eccube\Entity\Member#loadValidatorMetadata" => []
"Eccube\Entity\Member#__toString" => []
"Eccube\Entity\Member#getRoles" => []
"Eccube\Entity\Member#getUsername" => []
"Eccube\Entity\Member#eraseCredentials" => []
"Eccube\Entity\Member#getId" => []
"Eccube\Entity\Member#setName" => []
"Eccube\Entity\Member#getName" => []
"Eccube\Entity\Member#setDepartment" => []
"Eccube\Entity\Member#getDepartment" => []
"Eccube\Entity\Member#setLoginId" => []
"Eccube\Entity\Member#getLoginId" => []
"Eccube\Entity\Member#getPlainPassword" => []
"Eccube\Entity\Member#setPlainPassword" => []
"Eccube\Entity\Member#setPassword" => []
"Eccube\Entity\Member#getPassword" => []
"Eccube\Entity\Member#setSalt" => []
"Eccube\Entity\Member#getSalt" => []
"Eccube\Entity\Member#setSortNo" => []
"Eccube\Entity\Member#getSortNo" => []
"Eccube\Entity\Member#setTwoFactorAuthKey" => []
"Eccube\Entity\Member#getTwoFactorAuthKey" => []
"Eccube\Entity\Member#setTwoFactorAuthEnabled" => []
"Eccube\Entity\Member#isTwoFactorAuthEnabled" => []
"Eccube\Entity\Member#setCreateDate" => []
"Eccube\Entity\Member#getCreateDate" => []
"Eccube\Entity\Member#setUpdateDate" => []
"Eccube\Entity\Member#getUpdateDate" => []
"Eccube\Entity\Member#setLoginDate" => []
"Eccube\Entity\Member#getLoginDate" => []
"Eccube\Entity\Member#setWork" => []
"Eccube\Entity\Member#getWork" => []
"Eccube\Entity\Member#setAuthority" => []
"Eccube\Entity\Member#getAuthority" => []
"Eccube\Entity\Member#setCreator" => []
"Eccube\Entity\Member#getCreator" => []
"Eccube\Entity\Member#serialize" => []
"Eccube\Entity\Member#unserialize" => []
"Eccube\Entity\AbstractEntity#offsetExists" => []
"Eccube\Entity\AbstractEntity#offsetSet" => []
"Eccube\Entity\AbstractEntity#offsetGet" => []
"Eccube\Entity\AbstractEntity#offsetUnset" => []
"Eccube\Entity\AbstractEntity#setPropertiesFromArray" => []
"Eccube\Entity\AbstractEntity#toArray" => []
"Eccube\Entity\AbstractEntity#toNormalizedArray" => []
"Eccube\Entity\AbstractEntity#toJSON" => []
"Eccube\Entity\AbstractEntity#toXML" => []
"Eccube\Entity\AbstractEntity#copyProperties" => []
"Eccube\Entity\AbstractEntity#getEntityIdentifierAsArray" => []
"Eccube\Entity\Member#getLogoFilename" => []
"Eccube\Entity\Member#setLogoFilename" => []
"Eccube\Entity\Member#getCustomizeRole" => []
"Eccube\Entity\Member#getEmail" => []
"Eccube\Entity\Member#setEmail" => []
"Eccube\Entity\Member#getEmailcc1" => []
"Eccube\Entity\Member#setEmailcc1" => []
"Eccube\Entity\Member#getEmailcc2" => []
"Eccube\Entity\Member#setEmailcc2" => []
"Eccube\Entity\Member#getEmailcc3" => []
"Eccube\Entity\Member#setEmailcc3" => []
"Eccube\Entity\Member#getEmailcc4" => []
"Eccube\Entity\Member#setEmailcc4" => []
"Eccube\Entity\Member#getEmailcc5" => []
"Eccube\Entity\Member#setEmailcc5" => []
"Eccube\Entity\Member#getEmailcc6" => []
"Eccube\Entity\Member#setEmailcc6" => []
"Eccube\Entity\Member#getEmailcc7" => []
"Eccube\Entity\Member#setEmailcc7" => []
"Eccube\Entity\Member#getEmailcc8" => []
"Eccube\Entity\Member#setEmailcc8" => []
"Eccube\Entity\Member#getEmailcc9" => []
"Eccube\Entity\Member#setEmailcc9" => []
"Eccube\Entity\Member#getEmailcc10" => []
"Eccube\Entity\Member#setEmailcc10" => []
"Eccube\Entity\Member#__construct" => []
"Eccube\Entity\Member#getVendorGroups" => []
"Eccube\Entity\Member#addVendorGroup" => []
"Eccube\Entity\Member#removeVendorGroup" => []
"Eccube\Entity\Order" => array:5 [ …5]
"Eccube\Entity\Customer" => array:5 [ …5]
"Eccube\Entity\ProductClass" => array:5 [ …5]
"Eccube\Entity\Product" => array:5 [ …5]
"Eccube\Entity\OrderItem" => array:5 [ …5]
"Eccube\Entity\Delivery" => array:5 [ …5]
…864
]
-loadedFilemtimes: array:109 [ …109]
}
}
1 => Eccube\Form\Extension\HelpTypeExtension {#3051}
2 => Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension {#3052
-translator: Symfony\Component\Translation\DataCollectorTranslator {#789 …}
}
3 => Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension {#3053
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#3054
-serverParams: Symfony\Component\Form\Util\ServerParams {#3055
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#767
-requests: array:1 [
0 => Symfony\Component\HttpFoundation\Request {#4
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#13
#parameters: array:7 [
"_stopwatch_token" => "650e4f"
"_route" => "entry"
"_controller" => "Eccube\Controller\EntryController::index"
"_route_params" => []
"_firewall_context" => "security.firewall.map.context.customer"
"_security_firewall_run" => "_security_customer"
"_template" => Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#2965 …4}
]
}
+request: Symfony\Component\HttpFoundation\InputBag {#6
#parameters: []
}
+query: Symfony\Component\HttpFoundation\InputBag {#12
#parameters: []
}
+server: Symfony\Component\HttpFoundation\ServerBag {#56
#parameters: array:52 [
"REDIRECT_HTTPS" => "on"
"REDIRECT_HTTP_AUTHORIZATION" => ""
"REDIRECT_STATUS" => "200"
"HTTPS" => "on"
"HTTP_AUTHORIZATION" => ""
"HTTP_HOST" => "jtmc-market.jp"
"HTTP_X_REAL_IP" => "216.73.216.99"
"HTTP_LISTEN_IPADDR" => "219.94.129.142"
"HTTP_ACCEPT" => "*/*"
"HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
"HTTP_COOKIE" => "eccube=p7895bcednaebpua7o67cqsmk1"
"PATH" => "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
"SERVER_SIGNATURE" => ""
"SERVER_SOFTWARE" => "Apache"
"SERVER_NAME" => "jtmc-market.jp"
"SERVER_ADDR" => "100.64.0.30"
"SERVER_PORT" => "443"
"REMOTE_ADDR" => "216.73.216.99"
"DOCUMENT_ROOT" => "/home/bluehippo91/www/"
"REQUEST_SCHEME" => "https"
"CONTEXT_PREFIX" => ""
"CONTEXT_DOCUMENT_ROOT" => "/home/bluehippo91/www/"
"SERVER_ADMIN" => "[no address given]"
"SCRIPT_FILENAME" => "/home/bluehippo91/www/bluehippo91.sakura.ne.jp/index.php"
"REMOTE_PORT" => "0"
"REDIRECT_URL" => "/bluehippo91.sakura.ne.jp/entry"
"GATEWAY_INTERFACE" => "CGI/1.1"
"SERVER_PROTOCOL" => "HTTP/1.1"
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"REQUEST_URI" => "/bluehippo91.sakura.ne.jp/entry"
"SCRIPT_NAME" => "/bluehippo91.sakura.ne.jp/index.php"
"PHP_SELF" => "/bluehippo91.sakura.ne.jp/index.php"
"REQUEST_TIME_FLOAT" => 1770171700.0923
"REQUEST_TIME" => 1770171700
"argv" => []
"argc" => 0
"APP_ENV" => "dev"
"APP_DEBUG" => "1"
"DATABASE_URL" => "mysql://bluehippo91_truck_eccube_db:truckdbpass123@mysql3111.db.sakura.ne.jp/bluehippo91_truck_eccube_db"
"DATABASE_SERVER_VERSION" => "8.0.42"
"DATABASE_CHARSET" => "utf8mb4"
"MAILER_DSN" => "smtp://store@jtmc-market.jp:adbukbfwa@sv5159.xserver.jp:587?encryption=tls&auth_mode=plain"
"ECCUBE_AUTH_MAGIC" => "BwzVPBgyie7UiJlLu5XcTLzzY1RbquSI"
"ECCUBE_ADMIN_ALLOW_HOSTS" => "[]"
"ECCUBE_FORCE_SSL" => "1"
"ECCUBE_ADMIN_ROUTE" => "truckadmin"
"ECCUBE_COOKIE_PATH" => "/bluehippo91.sakura.ne.jp"
"ECCUBE_TEMPLATE_CODE" => "ibn4203"
"ECCUBE_LOCALE" => "ja"
"TRUSTED_HOSTS" => "^jtmc-market\.jp$"
]
}
+files: Symfony\Component\HttpFoundation\FileBag {#57
#parameters: []
}
+cookies: Symfony\Component\HttpFoundation\InputBag {#28
#parameters: array:1 [
"eccube" => "p7895bcednaebpua7o67cqsmk1"
]
}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#55
#headers: array:9 [
"authorization" => array:1 [ …1]
"host" => array:1 [ …1]
"x-real-ip" => array:1 [ …1]
"listen-ipaddr" => array:1 [ …1]
"accept" => array:1 [ …1]
"user-agent" => array:1 [ …1]
"accept-encoding" => array:1 [ …1]
"cookie" => array:1 [ …1]
"x-php-ob-level" => array:1 [ …1]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/entry"
#requestUri: "/bluehippo91.sakura.ne.jp/entry"
#baseUrl: "/bluehippo91.sakura.ne.jp"
#basePath: null
#method: "GET"
#format: null
#session: Symfony\Component\HttpFoundation\Session\Session {#755
#storage: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage {#760
#bags: array:2 [ …2]
#started: true
#closed: false
#saveHandler: Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy {#751 …3}
#metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#754 …5}
-emulateSameSite: null
}
-flashName: "flashes"
-attributeName: "attributes"
-data: & array:2 [
"_sf2_attributes" => & array:6 [ …6]
"_symfony_flashes" => & []
]
-usageIndex: & 55
-usageReporter: array:2 [
0 => Symfony\Component\HttpKernel\EventListener\SessionListener {#766 …4}
1 => "onSessionUsage"
]
}
#locale: null
#defaultLocale: "ja"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
-isSafeContentPreferred: null
basePath: "/bluehippo91.sakura.ne.jp"
format: "html"
}
]
}
}
}
}
4 => Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#3058
-validator: Symfony\Component\Validator\Validator\TraceableValidator {#2815
-validator: Symfony\Component\Validator\Validator\RecursiveValidator {#2865 …4}
-collectedData: []
}
-violationMapper: Symfony\Component\Form\Extension\Validator\ViolationMapper\ViolationMapper {#3059
-formRenderer: Symfony\Component\Form\FormRenderer {#3057 …5}
-translator: Symfony\Component\Translation\DataCollectorTranslator {#789 …}
-allowNonSynchronized: false
}
-legacyErrorMessages: true
}
5 => Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3060 …}
6 => Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension {#3061
-defaultTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#501
-generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#500
-entropy: 256
}
-storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#499
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#767}
-namespace: "_csrf"
-session: null
}
-namespace: Closure() {#497
class: "Symfony\Component\Security\Csrf\CsrfTokenManager"
this: Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
use: {
$namespace: Symfony\Component\HttpFoundation\RequestStack {#767}
$superGlobalNamespaceGenerator: Closure() {#498 …}
}
}
}
-defaultEnabled: true
-defaultFieldName: "_token"
-translator: Symfony\Component\Translation\DataCollectorTranslator {#789 …}
-translationDomain: "validators"
-serverParams: Symfony\Component\Form\Util\ServerParams {#3055}
}
7 => Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension {#3062
-listener: Symfony\Component\Form\Extension\DataCollector\EventListener\DataCollectorListener {#3063
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#2909
#data: array:3 [
"forms" => []
"forms_by_hash" => []
"nb_errors" => 0
]
-cloner: null
-dataExtractor: Symfony\Component\Form\Extension\DataCollector\FormDataExtractor {#2910}
-dataByForm: null
-dataByView: null
-formsByView: null
}
}
}
]
-parent: null
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#3066
-defined: array:52 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => 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
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"eccube_form_options" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => 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:51 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"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
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"eccube_form_options" => array:3 [
"auto_render" => false
"form_theme" => null
"style_class" => "ec-select"
]
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"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" => Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
"csrf_token_id" => null
]
-nested: []
-required: []
-resolved: array:30 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"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"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"eccube_form_options" => array:3 [
"auto_render" => false
"form_theme" => null
"style_class" => "ec-select"
]
"error_mapping" => []
"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" => Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => array:1 [
0 => Closure(Options $options, $groups) {#3071
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#3058}
}
]
"constraints" => array:1 [
0 => Closure(Options $options, $constraints) {#3072
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#3058}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options, $message) {#3074
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3060 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#789 …}
$translationDomain: "validators"
}
}
]
]
-allowedValues: []
-allowedTypes: array:17 [
"block_prefix" => array:2 [
0 => "null"
1 => "string"
]
"attr" => array:1 [
0 => "array"
]
"row_attr" => array:1 [
0 => "array"
]
"label_html" => array:1 [
0 => "bool"
]
"priority" => array:1 [
0 => "int"
]
"form_attr" => array:2 [
0 => "bool"
1 => "string"
]
"label_attr" => array:1 [
0 => "array"
]
"action" => array:1 [
0 => "string"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
"help" => array:3 [
0 => "string"
1 => "null"
2 => "Symfony\Component\Translation\TranslatableMessage"
]
"help_attr" => array:1 [
0 => "array"
]
"help_html" => array:1 [
0 => "bool"
]
"is_empty_callback" => array:2 [
0 => "null"
1 => "callable"
]
"getter" => array:2 [
0 => "null"
1 => "callable"
]
"setter" => array:2 [
0 => "null"
1 => "callable"
]
"constraints" => array:2 [
0 => "Symfony\Component\Validator\Constraint"
1 => "Symfony\Component\Validator\Constraint[]"
]
"legacy_error_messages" => array:1 [
0 => "bool"
]
]
-info: array:3 [
"priority" => "The form rendering priority (higher priorities will be rendered first)"
"getter" => "A callable that accepts two arguments (the view data and the current form field) and must return a value."
"setter" => "A callable that accepts three arguments (a reference to the view data, the submitted value and the current form field)."
]
-lazy: array:4 [
"data_class" => array:1 [
0 => Closure(Options $options) {#3067 …2}
]
"empty_data" => array:1 [
0 => Closure(Options $options) {#3068
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#3043 …}
}
]
"error_bubbling" => array:1 [
0 => Closure(Options $options) {#3070
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#3043 …}
}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options) {#3069
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#3043 …}
}
]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [
"package" => "symfony/form"
"version" => "5.2"
"message" => Closure(Options $options, $value) {#3073
class: "Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension {#3058}
}
]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#2909}
}
-optionsResolver: Symfony\Component\OptionsResolver\OptionsResolver {#3075
-defined: array:52 [
"block_name" => true
"block_prefix" => true
"disabled" => true
"label" => true
"label_format" => true
"row_attr" => true
"label_html" => true
"label_translation_parameters" => true
"attr_translation_parameters" => true
"attr" => true
"translation_domain" => true
"auto_initialize" => true
"priority" => true
"form_attr" => 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
"allow_file_upload" => true
"help" => true
"help_attr" => true
"help_html" => true
"help_translation_parameters" => true
"invalid_message" => true
"invalid_message_parameters" => true
"is_empty_callback" => true
"getter" => true
"setter" => true
"eccube_form_options" => true
"validation_groups" => true
"error_mapping" => true
"constraints" => true
"legacy_error_messages" => 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:51 [
"block_name" => null
"block_prefix" => null
"disabled" => false
"label" => null
"label_format" => null
"row_attr" => []
"label_html" => false
"label_translation_parameters" => []
"attr_translation_parameters" => []
"attr" => []
"translation_domain" => null
"auto_initialize" => true
"priority" => 0
"form_attr" => false
"data_class" => "Eccube\Entity\Customer"
"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
"allow_file_upload" => false
"help" => null
"help_attr" => []
"help_html" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"is_empty_callback" => null
"getter" => null
"setter" => null
"eccube_form_options" => array:3 [
"auto_render" => false
"form_theme" => null
"style_class" => "ec-select"
]
"validation_groups" => null
"error_mapping" => []
"constraints" => []
"legacy_error_messages" => true
"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" => Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
"csrf_token_id" => null
]
-nested: []
-required: []
-resolved: array:30 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"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"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"eccube_form_options" => array:3 [
"auto_render" => false
"form_theme" => null
"style_class" => "ec-select"
]
"error_mapping" => []
"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" => Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
"csrf_token_id" => null
]
-normalizers: array:3 [
"validation_groups" => array:1 [
0 => Closure(Options $options, $groups) {#3071}
]
"constraints" => array:1 [
0 => Closure(Options $options, $constraints) {#3072}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options, $message) {#3074}
]
]
-allowedValues: []
-allowedTypes: array:17 [
"block_prefix" => array:2 [
0 => "null"
1 => "string"
]
"attr" => array:1 [
0 => "array"
]
"row_attr" => array:1 [
0 => "array"
]
"label_html" => array:1 [
0 => "bool"
]
"priority" => array:1 [
0 => "int"
]
"form_attr" => array:2 [
0 => "bool"
1 => "string"
]
"label_attr" => array:1 [
0 => "array"
]
"action" => array:1 [
0 => "string"
]
"upload_max_size_message" => array:1 [
0 => "callable"
]
"help" => array:3 [
0 => "string"
1 => "null"
2 => "Symfony\Component\Translation\TranslatableMessage"
]
"help_attr" => array:1 [
0 => "array"
]
"help_html" => array:1 [
0 => "bool"
]
"is_empty_callback" => array:2 [
0 => "null"
1 => "callable"
]
"getter" => array:2 [
0 => "null"
1 => "callable"
]
"setter" => array:2 [
0 => "null"
1 => "callable"
]
"constraints" => array:2 [
0 => "Symfony\Component\Validator\Constraint"
1 => "Symfony\Component\Validator\Constraint[]"
]
"legacy_error_messages" => array:1 [
0 => "bool"
]
]
-info: array:3 [
"priority" => "The form rendering priority (higher priorities will be rendered first)"
"getter" => "A callable that accepts two arguments (the view data and the current form field) and must return a value."
"setter" => "A callable that accepts three arguments (a reference to the view data, the submitted value and the current form field)."
]
-lazy: array:3 [
"empty_data" => array:1 [
0 => Closure(Options $options) {#3068}
]
"error_bubbling" => array:1 [
0 => Closure(Options $options) {#3070}
]
"upload_max_size_message" => array:1 [
0 => Closure(Options $options) {#3069}
]
]
-calling: []
-deprecated: array:1 [
"legacy_error_messages" => array:3 [
"package" => "symfony/form"
"version" => "5.2"
"message" => Closure(Options $options, $value) {#3073}
]
]
-given: []
-locked: false
-parentsOptions: []
-prototype: null
-prototypeIndex: null
}
}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#2909}
}
-viewTransformers: []
-modelTransformers: []
-dataMapper: Symfony\Component\Form\Extension\Core\DataMapper\DataMapper {#3042
-dataAccessor: Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor {#3046
-accessors: array:2 [
0 => Symfony\Component\Form\Extension\Core\DataAccessor\CallbackAccessor {#3045}
1 => Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor {#3047
-propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#2312
-magicMethodsFlags: 3
-ignoreInvalidIndices: true
-ignoreInvalidProperty: false
-cacheItemPool: Symfony\Component\Cache\Adapter\ArrayAdapter {#2311
-storeSerialized: false
-values: []
-expiries: []
-defaultLifetime: 0
-maxLifetime: 0.0
-maxItems: 0
#logger: null
}
-propertyPathCache: []
-readInfoExtractor: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor {#2314
-mutatorPrefixes: array:3 [
0 => "add"
1 => "remove"
2 => "set"
]
-accessorPrefixes: array:4 [
0 => "get"
1 => "is"
2 => "has"
3 => "can"
]
-arrayMutatorPrefixes: array:2 [
0 => "add"
1 => "remove"
]
-enableConstructorExtraction: true
-methodReflectionFlags: 1
-magicMethodsFlags: 3
-propertyReflectionFlags: 1
-inflector: Symfony\Component\String\Inflector\EnglishInflector {#2313}
-arrayMutatorPrefixesFirst: array:3 [
0 => "add"
1 => "remove"
2 => "set"
]
-arrayMutatorPrefixesLast: array:3 [
0 => "set"
1 => "remove"
2 => "add"
]
}
-writeInfoExtractor: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor {#2314}
-readPropertyCache: []
-writePropertyCache: []
}
}
]
}
}
-required: true
-disabled: false
-errorBubbling: true
-emptyData: Closure(FormInterface $form) {#3077
class: "Symfony\Component\Form\Extension\Core\Type\FormType"
this: Symfony\Component\Form\Extension\Core\Type\FormType {#3043 …}
use: {
$class: "Eccube\Entity\Customer"
}
}
-attributes: array:2 [
"data_collector/passed_options" => array:1 [
"data" => Eccube\Entity\Customer {#3024
-id: null
-name01: null
-name02: null
-kana01: null
-kana02: null
-company_name: null
-postal_code: null
-addr01: null
-addr02: null
-email: null
-phone_number: null
-birth: null
-plain_password: null
-password: null
-salt: null
-secret_key: null
-first_buy_date: null
-last_buy_date: null
-buy_times: 0
-buy_total: 0
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: null
-update_date: null
-CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#3040
-elements: []
}
-CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#3039
-elements: []
}
-Orders: Doctrine\Common\Collections\ArrayCollection {#3034
-elements: []
}
-Status: Eccube\Entity\Master\CustomerStatus {#3035
#id: 1
#name: "仮会員"
#sort_no: 0
}
-Sex: null
-Job: null
-Country: null
-Pref: null
-emailcc1: null
-emailcc2: null
-emailcc3: null
-emailcc4: null
-emailcc5: null
-emailcc6: null
-emailcc7: null
-emailcc8: null
-emailcc9: null
-emailcc10: null
-is_vendor: false
-Vendor: null
-AvailableVendors: null
}
]
"help" => null
]
-data: Eccube\Entity\Customer {#3024}
-dataClass: "Eccube\Entity\Customer"
-dataLocked: true
-formFactory: Symfony\Component\Form\FormFactory {#2911
-registry: Symfony\Component\Form\FormRegistry {#2866
-extensions: array:1 [
0 => Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension {#2867
-guesser: null
-guesserLoaded: false
-typeContainer: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#2868
-externalId: null
-container: null
-factories: array:114 [
"Customize\Form\Type\CustomizeSearchProductBlockType" => array:4 [
0 => "privates"
1 => "Customize\Form\Type\CustomizeSearchProductBlockType"
2 => "getCustomizeSearchProductBlockTypeService"
3 => true
]
"Eccube\Form\Type\AddCartType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\AddCartType"
2 => "getAddCartTypeService"
3 => true
]
"Eccube\Form\Type\AddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\AddressType"
2 => "getAddressTypeService"
3 => true
]
"Eccube\Form\Type\Admin\AuthenticationType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\AuthenticationType"
2 => "getAuthenticationTypeService"
3 => true
]
"Eccube\Form\Type\Admin\AuthorityRoleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\AuthorityRoleType"
2 => "getAuthorityRoleTypeService"
3 => true
]
"Eccube\Form\Type\Admin\BlockType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\BlockType"
2 => "getBlockTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CalendarType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CalendarType"
2 => "getCalendarTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CategoryType"
2 => "getCategoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ChangePasswordType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ChangePasswordType"
2 => "getChangePasswordTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ClassCategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ClassCategoryType"
2 => "getClassCategoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ClassNameType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ClassNameType"
2 => "getClassNameTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CsvImportType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CsvImportType"
2 => "getCsvImportTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CustomerType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CustomerType"
2 => "getCustomerTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryFeeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryFeeType"
2 => "getDeliveryFeeTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryTimeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryTimeType"
2 => "getDeliveryTimeTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryType"
2 => "getDeliveryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LayoutType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LayoutType"
2 => "getLayoutTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LogType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LogType"
2 => "getLogTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LoginType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LoginType"
2 => "getLoginTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MailType"
2 => "getMailTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MainEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MainEditType"
2 => "getMainEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataDataType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataDataType"
2 => "getMasterdataDataTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataEditType"
2 => "getMasterdataEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataType"
2 => "getMasterdataTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MemberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MemberType"
2 => "getMemberTypeService"
3 => true
]
"Eccube\Form\Type\Admin\NewsType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\NewsType"
2 => "getNewsTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderItemType" => array:4 [
0 => "privates"
1 => "Customize\Form\Type\Admin\OrderItemType"
2 => "getOrderItemTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderMailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderMailType"
2 => "getOrderMailTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderPdfType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderPdfType"
2 => "getOrderPdfTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderStatusSettingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderStatusSettingType"
2 => "getOrderStatusSettingTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderType"
2 => "getOrderTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PageType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PageType"
2 => "getPageTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PaymentRegisterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PaymentRegisterType"
2 => "getPaymentRegisterTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PluginLocalInstallType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PluginLocalInstallType"
2 => "getPluginLocalInstallTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PluginManagementType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PluginManagementType"
2 => "getPluginManagementTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassEditType"
2 => "getProductClassEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassMatrixType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassMatrixType"
2 => "getProductClassMatrixTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassType"
2 => "getProductClassTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductTag" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductTag"
2 => "getProductTagService"
3 => true
]
"Eccube\Form\Type\Admin\ProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductType"
2 => "getProductTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchCustomerType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchCustomerType"
2 => "getSearchCustomerTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchLoginHistoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchLoginHistoryType"
2 => "getSearchLoginHistoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchOrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchOrderType"
2 => "getSearchOrderTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchPluginApiType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchPluginApiType"
2 => "getSearchPluginApiTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchProductType"
2 => "getSearchProductTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SecurityType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SecurityType"
2 => "getSecurityTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ShippingType"
2 => "getShippingTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ShopMasterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ShopMasterType"
2 => "getShopMasterTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TagType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TagType"
2 => "getTagTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TaxRuleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TaxRuleType"
2 => "getTaxRuleTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TemplateType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TemplateType"
2 => "getTemplateTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TradeLawType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TradeLawType"
2 => "getTradeLawTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TwoFactorAuthType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TwoFactorAuthType"
2 => "getTwoFactorAuthTypeService"
3 => true
]
"Eccube\Form\Type\Front\ContactType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ContactType"
2 => "getContactTypeService"
3 => true
]
"Eccube\Form\Type\Front\CustomerAddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\CustomerAddressType"
2 => "getCustomerAddressTypeService"
3 => true
]
"Eccube\Form\Type\Front\CustomerLoginType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\CustomerLoginType"
2 => "getCustomerLoginTypeService"
3 => true
]
"Eccube\Form\Type\Front\EntryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\EntryType"
2 => "getEntryTypeService"
3 => true
]
"Eccube\Form\Type\Front\ForgotType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ForgotType"
2 => "getForgotTypeService"
3 => true
]
"Eccube\Form\Type\Front\NonMemberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\NonMemberType"
2 => "getNonMemberTypeService"
3 => true
]
"Eccube\Form\Type\Front\PasswordResetType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\PasswordResetType"
2 => "getPasswordResetTypeService"
3 => true
]
"Eccube\Form\Type\Front\ShoppingShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ShoppingShippingType"
2 => "getShoppingShippingTypeService"
3 => true
]
"Eccube\Form\Type\Install\Step1Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step1Type"
2 => "getStep1TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step3Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step3Type"
2 => "getStep3TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step4Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step4Type"
2 => "getStep4TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step5Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step5Type"
2 => "getStep5TypeService"
3 => true
]
"Eccube\Form\Type\KanaType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\KanaType"
2 => "getKanaTypeService"
3 => true
]
"Eccube\Form\Type\MasterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\MasterType"
2 => "getMasterTypeService"
3 => true
]
"Eccube\Form\Type\Master\CategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CategoryType"
2 => "getCategoryType2Service"
3 => true
]
"Eccube\Form\Type\Master\CsvType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CsvType"
2 => "getCsvType2Service"
3 => true
]
"Eccube\Form\Type\Master\CustomerStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CustomerStatusType"
2 => "getCustomerStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\DeliveryDurationType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\DeliveryDurationType"
2 => "getDeliveryDurationTypeService"
3 => true
]
"Eccube\Form\Type\Master\DeviceTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\DeviceTypeType"
2 => "getDeviceTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\JobType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\JobType"
2 => "getJobTypeService"
3 => true
]
"Eccube\Form\Type\Master\LoginHistoryStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\LoginHistoryStatusType"
2 => "getLoginHistoryStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\MailTemplateType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\MailTemplateType"
2 => "getMailTemplateTypeService"
3 => true
]
"Eccube\Form\Type\Master\OrderStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\OrderStatusType"
2 => "getOrderStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\PageMaxType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PageMaxType"
2 => "getPageMaxTypeService"
3 => true
]
"Eccube\Form\Type\Master\PaymentType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PaymentType"
2 => "getPaymentTypeService"
3 => true
]
"Eccube\Form\Type\Master\PrefType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PrefType"
2 => "getPrefTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductListMaxType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductListMaxType"
2 => "getProductListMaxTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductListOrderByType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductListOrderByType"
2 => "getProductListOrderByTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductStatusType"
2 => "getProductStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\RoundingTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\RoundingTypeType"
2 => "getRoundingTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\SaleTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\SaleTypeType"
2 => "getSaleTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\SexType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\SexType"
2 => "getSexTypeService"
3 => true
]
"Eccube\Form\Type\NameType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\NameType"
2 => "getNameTypeService"
3 => true
]
"Eccube\Form\Type\PhoneNumberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PhoneNumberType"
2 => "getPhoneNumberTypeService"
3 => true
]
"Eccube\Form\Type\PostalType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PostalType"
2 => "getPostalTypeService"
3 => true
]
"Eccube\Form\Type\PriceType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PriceType"
2 => "getPriceTypeService"
3 => true
]
"Eccube\Form\Type\RepeatedEmailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\RepeatedEmailType"
2 => "getRepeatedEmailTypeService"
3 => true
]
"Eccube\Form\Type\RepeatedPasswordType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\RepeatedPasswordType"
2 => "getRepeatedPasswordTypeService"
3 => true
]
"Eccube\Form\Type\SearchProductBlockType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\SearchProductBlockType"
2 => "getSearchProductBlockTypeService"
3 => true
]
"Eccube\Form\Type\SearchProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\SearchProductType"
2 => "getSearchProductType2Service"
3 => true
]
"Eccube\Form\Type\ShippingMultipleItemType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShippingMultipleItemType"
2 => "getShippingMultipleItemTypeService"
3 => true
]
"Eccube\Form\Type\ShippingMultipleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShippingMultipleType"
2 => "getShippingMultipleTypeService"
3 => true
]
"Eccube\Form\Type\ShoppingMultipleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShoppingMultipleType"
2 => "getShoppingMultipleTypeService"
3 => true
]
"Eccube\Form\Type\Shopping\CustomerAddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\CustomerAddressType"
2 => "getCustomerAddressType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\OrderItemType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\OrderItemType"
2 => "getOrderItemType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\OrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\OrderType"
2 => "getOrderType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\ShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\ShippingType"
2 => "getShippingType2Service"
3 => true
]
"Eccube\Form\Type\ToggleSwitchType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ToggleSwitchType"
2 => "getToggleSwitchTypeService"
3 => true
]
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigCollectionType" => array:4 [
0 => "privates"
1 => "Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigCollectionType"
2 => "getAweConfigCollectionTypeService"
3 => true
]
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigType" => array:4 [
0 => "privates"
1 => "Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigType"
2 => "getAweConfigTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\AccessControlType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\AccessControlType"
2 => "getAccessControlTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\CategoryAccessControlType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\CategoryAccessControlType"
2 => "getCategoryAccessControlTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\CategoryType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\CategoryType"
2 => "getCategoryType3Service"
3 => true
]
"Plugin\MembersOnly42\Form\Type\ConfigType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\ConfigType"
2 => "getConfigTypeService"
3 => true
]
"Plugin\MypageInvoice\Form\Type\Admin\MypageInvoiceConfigType" => array:4 [
0 => "privates"
1 => "Plugin\MypageInvoice\Form\Type\Admin\MypageInvoiceConfigType"
2 => "getMypageInvoiceConfigTypeService"
3 => true
]
"Plugin\ProductImagesUploader42\Form\Type\Admin\ConfigType" => array:4 [
0 => "privates"
1 => "Plugin\ProductImagesUploader42\Form\Type\Admin\ConfigType"
2 => "getConfigType2Service"
3 => true
]
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => array:4 [
0 => "privates"
1 => "form.type.entity"
2 => "getForm_Type_EntityService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => array:4 [
0 => "privates"
1 => "form.type.choice"
2 => "getForm_Type_ChoiceService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\ColorType" => array:4 [
0 => "privates"
1 => "form.type.color"
2 => "getForm_Type_ColorService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\FileType" => array:4 [
0 => "services"
1 => ".container.private.form.type.file"
2 => "get_Container_Private_Form_Type_FileService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\FormType" => array:4 [
0 => "privates"
1 => "form.type.form"
2 => "getForm_Type_FormService"
3 => true
]
]
-loading: []
-providedTypes: null
-factory: ContainerK8lbXrB\Eccube_KernelDevDebugContainer::getService($registry, string $id, ?string $method, $load) {#37
this: ContainerK8lbXrB\Eccube_KernelDevDebugContainer {#38 …20}
}
-serviceMap: array:114 [
"Customize\Form\Type\CustomizeSearchProductBlockType" => array:4 [
0 => "privates"
1 => "Customize\Form\Type\CustomizeSearchProductBlockType"
2 => "getCustomizeSearchProductBlockTypeService"
3 => true
]
"Eccube\Form\Type\AddCartType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\AddCartType"
2 => "getAddCartTypeService"
3 => true
]
"Eccube\Form\Type\AddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\AddressType"
2 => "getAddressTypeService"
3 => true
]
"Eccube\Form\Type\Admin\AuthenticationType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\AuthenticationType"
2 => "getAuthenticationTypeService"
3 => true
]
"Eccube\Form\Type\Admin\AuthorityRoleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\AuthorityRoleType"
2 => "getAuthorityRoleTypeService"
3 => true
]
"Eccube\Form\Type\Admin\BlockType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\BlockType"
2 => "getBlockTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CalendarType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CalendarType"
2 => "getCalendarTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CategoryType"
2 => "getCategoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ChangePasswordType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ChangePasswordType"
2 => "getChangePasswordTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ClassCategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ClassCategoryType"
2 => "getClassCategoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ClassNameType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ClassNameType"
2 => "getClassNameTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CsvImportType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CsvImportType"
2 => "getCsvImportTypeService"
3 => true
]
"Eccube\Form\Type\Admin\CustomerType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\CustomerType"
2 => "getCustomerTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryFeeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryFeeType"
2 => "getDeliveryFeeTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryTimeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryTimeType"
2 => "getDeliveryTimeTypeService"
3 => true
]
"Eccube\Form\Type\Admin\DeliveryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\DeliveryType"
2 => "getDeliveryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LayoutType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LayoutType"
2 => "getLayoutTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LogType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LogType"
2 => "getLogTypeService"
3 => true
]
"Eccube\Form\Type\Admin\LoginType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\LoginType"
2 => "getLoginTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MailType"
2 => "getMailTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MainEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MainEditType"
2 => "getMainEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataDataType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataDataType"
2 => "getMasterdataDataTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataEditType"
2 => "getMasterdataEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MasterdataType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MasterdataType"
2 => "getMasterdataTypeService"
3 => true
]
"Eccube\Form\Type\Admin\MemberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\MemberType"
2 => "getMemberTypeService"
3 => true
]
"Eccube\Form\Type\Admin\NewsType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\NewsType"
2 => "getNewsTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderItemType" => array:4 [
0 => "privates"
1 => "Customize\Form\Type\Admin\OrderItemType"
2 => "getOrderItemTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderMailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderMailType"
2 => "getOrderMailTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderPdfType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderPdfType"
2 => "getOrderPdfTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderStatusSettingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderStatusSettingType"
2 => "getOrderStatusSettingTypeService"
3 => true
]
"Eccube\Form\Type\Admin\OrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\OrderType"
2 => "getOrderTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PageType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PageType"
2 => "getPageTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PaymentRegisterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PaymentRegisterType"
2 => "getPaymentRegisterTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PluginLocalInstallType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PluginLocalInstallType"
2 => "getPluginLocalInstallTypeService"
3 => true
]
"Eccube\Form\Type\Admin\PluginManagementType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\PluginManagementType"
2 => "getPluginManagementTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassEditType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassEditType"
2 => "getProductClassEditTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassMatrixType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassMatrixType"
2 => "getProductClassMatrixTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductClassType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductClassType"
2 => "getProductClassTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ProductTag" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductTag"
2 => "getProductTagService"
3 => true
]
"Eccube\Form\Type\Admin\ProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ProductType"
2 => "getProductTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchCustomerType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchCustomerType"
2 => "getSearchCustomerTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchLoginHistoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchLoginHistoryType"
2 => "getSearchLoginHistoryTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchOrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchOrderType"
2 => "getSearchOrderTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchPluginApiType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchPluginApiType"
2 => "getSearchPluginApiTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SearchProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SearchProductType"
2 => "getSearchProductTypeService"
3 => true
]
"Eccube\Form\Type\Admin\SecurityType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\SecurityType"
2 => "getSecurityTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ShippingType"
2 => "getShippingTypeService"
3 => true
]
"Eccube\Form\Type\Admin\ShopMasterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\ShopMasterType"
2 => "getShopMasterTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TagType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TagType"
2 => "getTagTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TaxRuleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TaxRuleType"
2 => "getTaxRuleTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TemplateType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TemplateType"
2 => "getTemplateTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TradeLawType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TradeLawType"
2 => "getTradeLawTypeService"
3 => true
]
"Eccube\Form\Type\Admin\TwoFactorAuthType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Admin\TwoFactorAuthType"
2 => "getTwoFactorAuthTypeService"
3 => true
]
"Eccube\Form\Type\Front\ContactType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ContactType"
2 => "getContactTypeService"
3 => true
]
"Eccube\Form\Type\Front\CustomerAddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\CustomerAddressType"
2 => "getCustomerAddressTypeService"
3 => true
]
"Eccube\Form\Type\Front\CustomerLoginType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\CustomerLoginType"
2 => "getCustomerLoginTypeService"
3 => true
]
"Eccube\Form\Type\Front\EntryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\EntryType"
2 => "getEntryTypeService"
3 => true
]
"Eccube\Form\Type\Front\ForgotType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ForgotType"
2 => "getForgotTypeService"
3 => true
]
"Eccube\Form\Type\Front\NonMemberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\NonMemberType"
2 => "getNonMemberTypeService"
3 => true
]
"Eccube\Form\Type\Front\PasswordResetType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\PasswordResetType"
2 => "getPasswordResetTypeService"
3 => true
]
"Eccube\Form\Type\Front\ShoppingShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Front\ShoppingShippingType"
2 => "getShoppingShippingTypeService"
3 => true
]
"Eccube\Form\Type\Install\Step1Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step1Type"
2 => "getStep1TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step3Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step3Type"
2 => "getStep3TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step4Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step4Type"
2 => "getStep4TypeService"
3 => true
]
"Eccube\Form\Type\Install\Step5Type" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Install\Step5Type"
2 => "getStep5TypeService"
3 => true
]
"Eccube\Form\Type\KanaType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\KanaType"
2 => "getKanaTypeService"
3 => true
]
"Eccube\Form\Type\MasterType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\MasterType"
2 => "getMasterTypeService"
3 => true
]
"Eccube\Form\Type\Master\CategoryType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CategoryType"
2 => "getCategoryType2Service"
3 => true
]
"Eccube\Form\Type\Master\CsvType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CsvType"
2 => "getCsvType2Service"
3 => true
]
"Eccube\Form\Type\Master\CustomerStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\CustomerStatusType"
2 => "getCustomerStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\DeliveryDurationType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\DeliveryDurationType"
2 => "getDeliveryDurationTypeService"
3 => true
]
"Eccube\Form\Type\Master\DeviceTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\DeviceTypeType"
2 => "getDeviceTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\JobType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\JobType"
2 => "getJobTypeService"
3 => true
]
"Eccube\Form\Type\Master\LoginHistoryStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\LoginHistoryStatusType"
2 => "getLoginHistoryStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\MailTemplateType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\MailTemplateType"
2 => "getMailTemplateTypeService"
3 => true
]
"Eccube\Form\Type\Master\OrderStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\OrderStatusType"
2 => "getOrderStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\PageMaxType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PageMaxType"
2 => "getPageMaxTypeService"
3 => true
]
"Eccube\Form\Type\Master\PaymentType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PaymentType"
2 => "getPaymentTypeService"
3 => true
]
"Eccube\Form\Type\Master\PrefType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\PrefType"
2 => "getPrefTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductListMaxType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductListMaxType"
2 => "getProductListMaxTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductListOrderByType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductListOrderByType"
2 => "getProductListOrderByTypeService"
3 => true
]
"Eccube\Form\Type\Master\ProductStatusType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\ProductStatusType"
2 => "getProductStatusTypeService"
3 => true
]
"Eccube\Form\Type\Master\RoundingTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\RoundingTypeType"
2 => "getRoundingTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\SaleTypeType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\SaleTypeType"
2 => "getSaleTypeTypeService"
3 => true
]
"Eccube\Form\Type\Master\SexType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Master\SexType"
2 => "getSexTypeService"
3 => true
]
"Eccube\Form\Type\NameType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\NameType"
2 => "getNameTypeService"
3 => true
]
"Eccube\Form\Type\PhoneNumberType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PhoneNumberType"
2 => "getPhoneNumberTypeService"
3 => true
]
"Eccube\Form\Type\PostalType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PostalType"
2 => "getPostalTypeService"
3 => true
]
"Eccube\Form\Type\PriceType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\PriceType"
2 => "getPriceTypeService"
3 => true
]
"Eccube\Form\Type\RepeatedEmailType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\RepeatedEmailType"
2 => "getRepeatedEmailTypeService"
3 => true
]
"Eccube\Form\Type\RepeatedPasswordType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\RepeatedPasswordType"
2 => "getRepeatedPasswordTypeService"
3 => true
]
"Eccube\Form\Type\SearchProductBlockType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\SearchProductBlockType"
2 => "getSearchProductBlockTypeService"
3 => true
]
"Eccube\Form\Type\SearchProductType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\SearchProductType"
2 => "getSearchProductType2Service"
3 => true
]
"Eccube\Form\Type\ShippingMultipleItemType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShippingMultipleItemType"
2 => "getShippingMultipleItemTypeService"
3 => true
]
"Eccube\Form\Type\ShippingMultipleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShippingMultipleType"
2 => "getShippingMultipleTypeService"
3 => true
]
"Eccube\Form\Type\ShoppingMultipleType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ShoppingMultipleType"
2 => "getShoppingMultipleTypeService"
3 => true
]
"Eccube\Form\Type\Shopping\CustomerAddressType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\CustomerAddressType"
2 => "getCustomerAddressType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\OrderItemType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\OrderItemType"
2 => "getOrderItemType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\OrderType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\OrderType"
2 => "getOrderType2Service"
3 => true
]
"Eccube\Form\Type\Shopping\ShippingType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\Shopping\ShippingType"
2 => "getShippingType2Service"
3 => true
]
"Eccube\Form\Type\ToggleSwitchType" => array:4 [
0 => "privates"
1 => "Eccube\Form\Type\ToggleSwitchType"
2 => "getToggleSwitchTypeService"
3 => true
]
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigCollectionType" => array:4 [
0 => "privates"
1 => "Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigCollectionType"
2 => "getAweConfigCollectionTypeService"
3 => true
]
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigType" => array:4 [
0 => "privates"
1 => "Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigType"
2 => "getAweConfigTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\AccessControlType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\AccessControlType"
2 => "getAccessControlTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\CategoryAccessControlType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\CategoryAccessControlType"
2 => "getCategoryAccessControlTypeService"
3 => true
]
"Plugin\MembersOnly42\Form\Type\CategoryType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\CategoryType"
2 => "getCategoryType3Service"
3 => true
]
"Plugin\MembersOnly42\Form\Type\ConfigType" => array:4 [
0 => "privates"
1 => "Plugin\MembersOnly42\Form\Type\ConfigType"
2 => "getConfigTypeService"
3 => true
]
"Plugin\MypageInvoice\Form\Type\Admin\MypageInvoiceConfigType" => array:4 [
0 => "privates"
1 => "Plugin\MypageInvoice\Form\Type\Admin\MypageInvoiceConfigType"
2 => "getMypageInvoiceConfigTypeService"
3 => true
]
"Plugin\ProductImagesUploader42\Form\Type\Admin\ConfigType" => array:4 [
0 => "privates"
1 => "Plugin\ProductImagesUploader42\Form\Type\Admin\ConfigType"
2 => "getConfigType2Service"
3 => true
]
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => array:4 [
0 => "privates"
1 => "form.type.entity"
2 => "getForm_Type_EntityService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => array:4 [
0 => "privates"
1 => "form.type.choice"
2 => "getForm_Type_ChoiceService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\ColorType" => array:4 [
0 => "privates"
1 => "form.type.color"
2 => "getForm_Type_ColorService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\FileType" => array:4 [
0 => "services"
1 => ".container.private.form.type.file"
2 => "get_Container_Private_Form_Type_FileService"
3 => true
]
"Symfony\Component\Form\Extension\Core\Type\FormType" => array:4 [
0 => "privates"
1 => "form.type.form"
2 => "getForm_Type_FormService"
3 => true
]
]
-serviceTypes: array:114 [
"Customize\Form\Type\CustomizeSearchProductBlockType" => "?"
"Eccube\Form\Type\AddCartType" => "?"
"Eccube\Form\Type\AddressType" => "?"
"Eccube\Form\Type\Admin\AuthenticationType" => "?"
"Eccube\Form\Type\Admin\AuthorityRoleType" => "?"
"Eccube\Form\Type\Admin\BlockType" => "?"
"Eccube\Form\Type\Admin\CalendarType" => "?"
"Eccube\Form\Type\Admin\CategoryType" => "?"
"Eccube\Form\Type\Admin\ChangePasswordType" => "?"
"Eccube\Form\Type\Admin\ClassCategoryType" => "?"
"Eccube\Form\Type\Admin\ClassNameType" => "?"
"Eccube\Form\Type\Admin\CsvImportType" => "?"
"Eccube\Form\Type\Admin\CustomerType" => "?"
"Eccube\Form\Type\Admin\DeliveryFeeType" => "?"
"Eccube\Form\Type\Admin\DeliveryTimeType" => "?"
"Eccube\Form\Type\Admin\DeliveryType" => "?"
"Eccube\Form\Type\Admin\LayoutType" => "?"
"Eccube\Form\Type\Admin\LogType" => "?"
"Eccube\Form\Type\Admin\LoginType" => "?"
"Eccube\Form\Type\Admin\MailType" => "?"
"Eccube\Form\Type\Admin\MainEditType" => "?"
"Eccube\Form\Type\Admin\MasterdataDataType" => "?"
"Eccube\Form\Type\Admin\MasterdataEditType" => "?"
"Eccube\Form\Type\Admin\MasterdataType" => "?"
"Eccube\Form\Type\Admin\MemberType" => "?"
"Eccube\Form\Type\Admin\NewsType" => "?"
"Eccube\Form\Type\Admin\OrderItemType" => "?"
"Eccube\Form\Type\Admin\OrderMailType" => "?"
"Eccube\Form\Type\Admin\OrderPdfType" => "?"
"Eccube\Form\Type\Admin\OrderStatusSettingType" => "?"
"Eccube\Form\Type\Admin\OrderType" => "?"
"Eccube\Form\Type\Admin\PageType" => "?"
"Eccube\Form\Type\Admin\PaymentRegisterType" => "?"
"Eccube\Form\Type\Admin\PluginLocalInstallType" => "?"
"Eccube\Form\Type\Admin\PluginManagementType" => "?"
"Eccube\Form\Type\Admin\ProductClassEditType" => "?"
"Eccube\Form\Type\Admin\ProductClassMatrixType" => "?"
"Eccube\Form\Type\Admin\ProductClassType" => "?"
"Eccube\Form\Type\Admin\ProductTag" => "?"
"Eccube\Form\Type\Admin\ProductType" => "?"
"Eccube\Form\Type\Admin\SearchCustomerType" => "?"
"Eccube\Form\Type\Admin\SearchLoginHistoryType" => "?"
"Eccube\Form\Type\Admin\SearchOrderType" => "?"
"Eccube\Form\Type\Admin\SearchPluginApiType" => "?"
"Eccube\Form\Type\Admin\SearchProductType" => "?"
"Eccube\Form\Type\Admin\SecurityType" => "?"
"Eccube\Form\Type\Admin\ShippingType" => "?"
"Eccube\Form\Type\Admin\ShopMasterType" => "?"
"Eccube\Form\Type\Admin\TagType" => "?"
"Eccube\Form\Type\Admin\TaxRuleType" => "?"
"Eccube\Form\Type\Admin\TemplateType" => "?"
"Eccube\Form\Type\Admin\TradeLawType" => "?"
"Eccube\Form\Type\Admin\TwoFactorAuthType" => "?"
"Eccube\Form\Type\Front\ContactType" => "?"
"Eccube\Form\Type\Front\CustomerAddressType" => "?"
"Eccube\Form\Type\Front\CustomerLoginType" => "?"
"Eccube\Form\Type\Front\EntryType" => "?"
"Eccube\Form\Type\Front\ForgotType" => "?"
"Eccube\Form\Type\Front\NonMemberType" => "?"
"Eccube\Form\Type\Front\PasswordResetType" => "?"
"Eccube\Form\Type\Front\ShoppingShippingType" => "?"
"Eccube\Form\Type\Install\Step1Type" => "?"
"Eccube\Form\Type\Install\Step3Type" => "?"
"Eccube\Form\Type\Install\Step4Type" => "?"
"Eccube\Form\Type\Install\Step5Type" => "?"
"Eccube\Form\Type\KanaType" => "?"
"Eccube\Form\Type\MasterType" => "?"
"Eccube\Form\Type\Master\CategoryType" => "?"
"Eccube\Form\Type\Master\CsvType" => "?"
"Eccube\Form\Type\Master\CustomerStatusType" => "?"
"Eccube\Form\Type\Master\DeliveryDurationType" => "?"
"Eccube\Form\Type\Master\DeviceTypeType" => "?"
"Eccube\Form\Type\Master\JobType" => "?"
"Eccube\Form\Type\Master\LoginHistoryStatusType" => "?"
"Eccube\Form\Type\Master\MailTemplateType" => "?"
"Eccube\Form\Type\Master\OrderStatusType" => "?"
"Eccube\Form\Type\Master\PageMaxType" => "?"
"Eccube\Form\Type\Master\PaymentType" => "?"
"Eccube\Form\Type\Master\PrefType" => "?"
"Eccube\Form\Type\Master\ProductListMaxType" => "?"
"Eccube\Form\Type\Master\ProductListOrderByType" => "?"
"Eccube\Form\Type\Master\ProductStatusType" => "?"
"Eccube\Form\Type\Master\RoundingTypeType" => "?"
"Eccube\Form\Type\Master\SaleTypeType" => "?"
"Eccube\Form\Type\Master\SexType" => "?"
"Eccube\Form\Type\NameType" => "?"
"Eccube\Form\Type\PhoneNumberType" => "?"
"Eccube\Form\Type\PostalType" => "?"
"Eccube\Form\Type\PriceType" => "?"
"Eccube\Form\Type\RepeatedEmailType" => "?"
"Eccube\Form\Type\RepeatedPasswordType" => "?"
"Eccube\Form\Type\SearchProductBlockType" => "?"
"Eccube\Form\Type\SearchProductType" => "?"
"Eccube\Form\Type\ShippingMultipleItemType" => "?"
"Eccube\Form\Type\ShippingMultipleType" => "?"
"Eccube\Form\Type\ShoppingMultipleType" => "?"
"Eccube\Form\Type\Shopping\CustomerAddressType" => "?"
"Eccube\Form\Type\Shopping\OrderItemType" => "?"
"Eccube\Form\Type\Shopping\OrderType" => "?"
"Eccube\Form\Type\Shopping\ShippingType" => "?"
"Eccube\Form\Type\ToggleSwitchType" => "?"
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigCollectionType" => "?"
"Plugin\AttachWysiwygEditor42\Form\Type\Admin\AweConfigType" => "?"
"Plugin\MembersOnly42\Form\Type\AccessControlType" => "?"
"Plugin\MembersOnly42\Form\Type\CategoryAccessControlType" => "?"
"Plugin\MembersOnly42\Form\Type\CategoryType" => "?"
"Plugin\MembersOnly42\Form\Type\ConfigType" => "?"
"Plugin\MypageInvoice\Form\Type\Admin\MypageInvoiceConfigType" => "?"
"Plugin\ProductImagesUploader42\Form\Type\Admin\ConfigType" => "?"
"Symfony\Bridge\Doctrine\Form\Type\EntityType" => "?"
"Symfony\Component\Form\Extension\Core\Type\ChoiceType" => "?"
"Symfony\Component\Form\Extension\Core\Type\ColorType" => "?"
"Symfony\Component\Form\Extension\Core\Type\FileType" => "?"
"Symfony\Component\Form\Extension\Core\Type\FormType" => "?"
]
}
-typeExtensionServices: array:18 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2869
-generator: Closure() {#2870
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 8
}
"Eccube\Form\Type\Admin\CustomerType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2871
-generator: Closure() {#2872
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 2
}
"Eccube\Form\Type\Admin\DeliveryType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2873
-generator: Closure() {#2874
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\MemberType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2875
-generator: Closure() {#2876
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\OrderItemType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2877
-generator: Closure() {#2878
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\OrderType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2879
-generator: Closure() {#2880
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\ProductClassType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2881
-generator: Closure() {#2882
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\ProductType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2883
-generator: Closure() {#2884
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\SearchOrderType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2885
-generator: Closure() {#2886
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\SearchProductType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2887
-generator: Closure() {#2888
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\SearchProductType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2889
-generator: Closure() {#2890
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\ShippingType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2891
-generator: Closure() {#2892
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Admin\MasterdataType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2893
-generator: Closure() {#2894
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Front\EntryType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2895
-generator: Closure() {#2896
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Eccube\Form\Type\Shopping\ShippingType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2897
-generator: Closure() {#2898
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Symfony\Component\Form\Extension\Core\Type\RepeatedType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2899
-generator: Closure() {#2900
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Symfony\Component\Form\Extension\Core\Type\SubmitType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2901
-generator: Closure() {#2902
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 1
}
"Symfony\Component\Form\Extension\Core\Type\TextType" => Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2903
-generator: Closure() {#2904
class: "ContainerK8lbXrB\getForm_RegistryService"
use: { …1}
}
-count: 2
}
]
-guesserServices: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2905
-generator: Closure() {#2906
class: "ContainerK8lbXrB\getForm_RegistryService"
use: {
$container: ContainerK8lbXrB\Eccube_KernelDevDebugContainer {#38 …20}
}
}
-count: 2
}
}
]
-types: array:2 [
"Symfony\Component\Form\Extension\Core\Type\FormType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#3049}
"Eccube\Form\Type\Front\EntryType" => Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#3064}
]
-guesser: false
-resolvedTypeFactory: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy {#2907
-proxiedFactory: Symfony\Component\Form\ResolvedFormTypeFactory {#2908}
-dataCollector: Symfony\Component\Form\Extension\DataCollector\FormDataCollector {#2909}
}
-checkedTypes: []
}
}
-action: ""
-method: "POST"
-requestHandler: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler {#3054}
-autoInitialize: true
-options: array:52 [
"block_name" => null
"disabled" => false
"label" => null
"label_format" => null
"label_translation_parameters" => []
"attr_translation_parameters" => []
"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"
"post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file."
"allow_file_upload" => false
"help_translation_parameters" => []
"invalid_message" => "This value is not valid."
"invalid_message_parameters" => []
"eccube_form_options" => array:3 [
"auto_render" => false
"form_theme" => null
"style_class" => "ec-select"
]
"error_mapping" => []
"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" => Symfony\Component\Security\Csrf\CsrfTokenManager {#501}
"csrf_token_id" => null
"block_prefix" => null
"row_attr" => []
"label_html" => false
"attr" => []
"priority" => 0
"form_attr" => false
"data_class" => "Eccube\Entity\Customer"
"empty_data" => Closure(FormInterface $form) {#3077}
"error_bubbling" => true
"label_attr" => []
"action" => ""
"upload_max_size_message" => Closure() {#3079
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3060 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#789 …}
$translationDomain: "validators"
$message: Closure() {#3078 …}
}
}
"help" => null
"help_attr" => []
"help_html" => false
"is_empty_callback" => null
"getter" => null
"setter" => null
"validation_groups" => null
"constraints" => []
"legacy_error_messages" => true
"data" => Eccube\Entity\Customer {#3024}
]
-isEmptyCallback: null
-children: array:11 [
"name" => null
"kana" => null
"company_name" => null
"postal_code" => null
"address" => null
"phone_number" => null
"email" => null
"plain_password" => null
"birth" => null
"sex" => null
"job" => null
]
-unresolvedChildren: array:11 [
"name" => array:2 [
0 => "Eccube\Form\Type\NameType"
1 => array:1 [
"required" => true
]
]
"kana" => array:2 [
0 => "Eccube\Form\Type\KanaType"
1 => []
]
"company_name" => array:2 [
0 => "Symfony\Component\Form\Extension\Core\Type\TextType"
1 => array:2 [
"required" => false
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\Length {#3086
+payload: null
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: 255
+min: null
+charset: "UTF-8"
+normalizer: null
+allowEmptyString: false
}
]
]
]
"postal_code" => array:2 [
0 => "Eccube\Form\Type\PostalType"
1 => []
]
"address" => array:2 [
0 => "Eccube\Form\Type\AddressType"
1 => []
]
"phone_number" => array:2 [
0 => "Eccube\Form\Type\PhoneNumberType"
1 => array:1 [
"required" => true
]
]
"email" => array:2 [
0 => "Eccube\Form\Type\RepeatedEmailType"
1 => []
]
"plain_password" => array:2 [
0 => "Eccube\Form\Type\RepeatedPasswordType"
1 => []
]
"birth" => array:2 [
0 => "Symfony\Component\Form\Extension\Core\Type\BirthdayType"
1 => array:6 [
"required" => false
"input" => "datetime"
"years" => array:111 [
0 => 2026
1 => 2025
2 => 2024
3 => 2023
4 => 2022
5 => 2021
6 => 2020
7 => 2019
8 => 2018
9 => 2017
10 => 2016
11 => 2015
12 => 2014
13 => 2013
14 => 2012
15 => 2011
16 => 2010
17 => 2009
18 => 2008
19 => 2007
20 => 2006
21 => 2005
22 => 2004
23 => 2003
24 => 2002
25 => 2001
26 => 2000
27 => 1999
28 => 1998
29 => 1997
30 => 1996
31 => 1995
32 => 1994
33 => 1993
34 => 1992
35 => 1991
36 => 1990
37 => 1989
38 => 1988
39 => 1987
40 => 1986
41 => 1985
42 => 1984
43 => 1983
44 => 1982
45 => 1981
46 => 1980
47 => 1979
48 => 1978
49 => 1977
50 => 1976
51 => 1975
52 => 1974
53 => 1973
54 => 1972
55 => 1971
56 => 1970
57 => 1969
58 => 1968
59 => 1967
60 => 1966
61 => 1965
62 => 1964
63 => 1963
64 => 1962
65 => 1961
66 => 1960
67 => 1959
68 => 1958
69 => 1957
70 => 1956
71 => 1955
72 => 1954
73 => 1953
74 => 1952
75 => 1951
76 => 1950
77 => 1949
78 => 1948
79 => 1947
80 => 1946
81 => 1945
82 => 1944
83 => 1943
84 => 1942
85 => 1941
86 => 1940
87 => 1939
88 => 1938
89 => 1937
90 => 1936
91 => 1935
92 => 1934
93 => 1933
94 => 1932
95 => 1931
96 => 1930
97 => 1929
98 => 1928
99 => 1927
100 => 1926
101 => 1925
102 => 1924
103 => 1923
104 => 1922
105 => 1921
106 => 1920
107 => 1919
108 => 1918
109 => 1917
110 => 1916
]
"widget" => "choice"
"placeholder" => array:3 [
"year" => "----"
"month" => "--"
"day" => "--"
]
"constraints" => array:1 [
0 => Symfony\Component\Validator\Constraints\LessThanOrEqual {#3087
+payload: null
+message: "form_error.select_is_future_or_now_date"
+value: "2026-02-03"
+propertyPath: null
}
]
]
]
"sex" => array:2 [
0 => "Eccube\Form\Type\Master\SexType"
1 => array:1 [
"required" => false
]
]
"job" => array:2 [
0 => "Eccube\Form\Type\Master\JobType"
1 => array:1 [
"required" => false
]
]
]
}
In
CustomizeSearchProductBlockType.php
line 40:
*/
public function buildForm(FormBuilderInterface $builder, array $options)
{
dump($options['user']);
$Customer = $options['user'];
$Categories = [];
if ($Customer) {
null