^ Drupal\commerce_product\Entity\ProductVariation {#4484
  #entityTypeId: "commerce_product_variation"
  #enforceIsNew: null
  #typedData: Drupal\Core\Entity\Plugin\DataType\EntityAdapter {#4490
    #definition: Drupal\Core\Entity\TypedData\EntityDataDefinition {#4493
      #definition: array:1 [
        "constraints" => array:2 [
          "EntityType" => "commerce_product_variation"
          "Bundle" => array:1 [
            0 => "default"
          ]
        ]
      ]
      #typedDataManager: null
      #propertyDefinitions: array:19 [
        "variation_id" => Drupal\Core\Field\BaseFieldDefinition {#3339
          #definition: array:6 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3340
              #string: "ID"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "variation_id"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3341
            #definition: array:2 [
              "type" => "field_item:integer"
              "settings" => array:6 [
                "unsigned" => true
                "size" => "normal"
                "min" => ""
                "max" => ""
                "prefix" => ""
                "suffix" => ""
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3339}
          }
          #type: "integer"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "uuid" => Drupal\Core\Field\BaseFieldDefinition {#3342
          #definition: array:6 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3343
              #string: "UUID"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "uuid"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3344
            #definition: array:2 [
              "type" => "field_item:uuid"
              "settings" => array:3 [
                "max_length" => 128
                "is_ascii" => true
                "case_sensitive" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3342}
          }
          #type: "uuid"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "langcode" => Drupal\Core\Field\BaseFieldDefinition {#3345
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3346
              #string: "Language"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "translatable" => true
            "provider" => "commerce_product"
            "field_name" => "langcode"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3347
            #definition: array:2 [
              "type" => "field_item:language"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3345}
          }
          #type: "language"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "type" => Drupal\Core\Field\BaseFieldDefinition {#3348
          #definition: array:7 [
            "label" => "Тип вариации товара"
            "required" => true
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "type"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3349
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "commerce_product_variation_type"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3348}
          }
          #type: "entity_reference"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "uid" => Drupal\Core\Field\BaseFieldDefinition {#3350
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3351
              #string: "Author"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "default_value_callback" => "Drupal\commerce_product\Entity\ProductVariation::getDefaultEntityOwner"
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3352
              #string: "The variation author."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "uid"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3353
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "user"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3350}
          }
          #type: "entity_reference"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "status" => Drupal\Core\Field\BaseFieldDefinition {#3354
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3355
              #string: "Published"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "revisionable" => true
            "translatable" => true
            "default_value" => array:1 [
              0 => array:1 [
                "value" => true
              ]
            ]
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "status"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3356
            #definition: array:2 [
              "type" => "field_item:boolean"
              "settings" => array:2 [
                "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3357 …5}
                "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3358 …5}
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3354}
          }
          #type: "boolean"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "product_id" => Drupal\Core\Field\BaseFieldDefinition {#3359
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3360
              #string: "Product"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3361
              #string: "The parent product."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "display" => array:1 [
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "product_id"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3362
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "commerce_product"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3359}
          }
          #type: "entity_reference"
          #propertyDefinitions: array:2 [
            "target_id" => Drupal\Core\TypedData\DataReferenceTargetDefinition {#4500
              #definition: array:4 [
                "type" => "integer"
                "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#4501 …5}
                "settings" => array:1 [ …1]
                "required" => true
              ]
              #typedDataManager: null
            }
            "entity" => Drupal\Core\TypedData\DataReferenceDefinition {#4502
              #definition: array:6 [
                "type" => "entity_reference"
                "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#527 …5}
                "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#4504 …5}
                "computed" => true
                "read-only" => false
                "constraints" => array:1 [ …1]
              ]
              #typedDataManager: null
              #targetDefinition: Drupal\Core\Entity\TypedData\EntityDataDefinition {#4505
                #definition: array:12 [ …12]
                #typedDataManager: null
                #propertyDefinitions: null
              }
            }
          ]
          #schema: null
          #indexes: []
        }
        "sku" => Drupal\Core\Field\BaseFieldDefinition {#3363
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3364
              #string: "SKU"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3365
              #string: "The unique, machine-readable identifier for a variation."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "constraints" => array:1 [
              "ProductVariationSku" => null
            ]
            "display" => array:2 [
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "sku"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3366
            #definition: array:2 [
              "type" => "field_item:string"
              "settings" => array:4 [
                "max_length" => 255
                "is_ascii" => false
                "case_sensitive" => false
                "display_description" => true
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3363}
          }
          #type: "string"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "title" => Drupal\Core\Field\BaseFieldDefinition {#3367
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3368
              #string: "Title"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3369
              #string: "The variation title."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "translatable" => true
            "display" => array:2 [
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "title"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3370
            #definition: array:2 [
              "type" => "field_item:string"
              "settings" => array:4 [
                "max_length" => 255
                "is_ascii" => false
                "case_sensitive" => false
                "default_value" => ""
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3367}
          }
          #type: "string"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "list_price" => Drupal\Core\Field\BaseFieldDefinition {#3371
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3372
              #string: "List price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3373
              #string: "The list price."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "list_price"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3374
            #definition: array:2 [
              "type" => "field_item:commerce_price"
              "settings" => array:2 [
                "available_currencies" => []
                "allow_negative" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3371}
          }
          #type: "commerce_price"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "price" => Drupal\Core\Field\BaseFieldDefinition {#3375
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3376
              #string: "Price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3377
              #string: "The price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "price"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3378
            #definition: array:2 [
              "type" => "field_item:commerce_price"
              "settings" => array:2 [
                "available_currencies" => []
                "allow_negative" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3375}
          }
          #type: "commerce_price"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "created" => Drupal\Core\Field\BaseFieldDefinition {#3379
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3380
              #string: "Created"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3381
              #string: "The time when the variation was created."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "created"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3382
            #definition: array:2 [
              "type" => "field_item:created"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3379}
          }
          #type: "created"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "changed" => Drupal\Core\Field\BaseFieldDefinition {#3383
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3384
              #string: "Changed"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3385
              #string: "The time when the variation was last edited."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "provider" => "commerce_product"
            "field_name" => "changed"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3386
            #definition: array:2 [
              "type" => "field_item:changed"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3383}
          }
          #type: "changed"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#3387
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3388
              #string: "Default translation"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3389
              #string: "A flag indicating whether this is the default translation."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "revisionable" => true
            "default_value" => array:1 [
              0 => array:1 [
                "value" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "default_langcode"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3390
            #definition: array:2 [
              "type" => "field_item:boolean"
              "settings" => array:2 [
                "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3391 …5}
                "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3392 …5}
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3387}
          }
          #type: "boolean"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "attribute_cvet" => Drupal\field\Entity\FieldConfig {#4495
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.attribute_cvet"
          #status: true
          #uuid: "67562115-5939-464d-ab9e-4efa4ab290aa"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:1 [
            "config" => array:3 [
              0 => "commerce_product.commerce_product_attribute.cvet"
              1 => "commerce_product.commerce_product_variation_type.default"
              2 => "field.storage.commerce_product_variation.attribute_cvet"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.attribute_cvet"
          #field_name: "attribute_cvet"
          #field_type: "entity_reference"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Цвет"
          #description: ""
          #settings: array:2 [
            "handler" => "default:commerce_product_attribute_value"
            "handler_settings" => array:1 [
              "target_bundles" => array:1 [
                0 => "cvet"
              ]
            ]
          ]
          #required: true
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_3d" => Drupal\field\Entity\FieldConfig {#4496
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_3d"
          #status: true
          #uuid: "9287d047-f80e-416c-bc74-dc436ec42711"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_3d"
            ]
            "module" => array:1 [
              0 => "image"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_3d"
          #field_name: "field_3d"
          #field_type: "image"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "3D"
          #description: ""
          #settings: array:12 [
            "handler" => "default:file"
            "handler_settings" => []
            "file_directory" => "[date:custom:Y]-[date:custom:m]"
            "file_extensions" => "png gif jpg jpeg"
            "max_filesize" => "100 MB"
            "max_resolution" => ""
            "min_resolution" => ""
            "alt_field" => false
            "alt_field_required" => true
            "title_field" => false
            "title_field_required" => false
            "default_image" => array:5 [
              "uuid" => ""
              "alt" => ""
              "title" => ""
              "width" => null
              "height" => null
            ]
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_cena_dlya_xml" => Drupal\field\Entity\FieldConfig {#4497
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_cena_dlya_xml"
          #status: true
          #uuid: "51052b72-4c78-40c9-aaea-6a4f08e8bd8a"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_cena_dlya_xml"
            ]
            "module" => array:1 [
              0 => "commerce_price"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_cena_dlya_xml"
          #field_name: "field_cena_dlya_xml"
          #field_type: "commerce_price"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Цена для xml"
          #description: "Будет заменять цену в xmk файлах генерируемых по ссылки /catalog/{taxonomy_tid}/feed.xml"
          #settings: array:2 [
            "available_currencies" => array:2 [
              0 => "0"
              1 => "0"
            ]
            "allow_negative" => false
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_excele_artikul" => Drupal\field\Entity\FieldConfig {#4498
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_excele_artikul"
          #status: true
          #uuid: "e665f17d-6f0e-4873-8b5d-231b9b66a9b0"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:1 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_excele_artikul"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_excele_artikul"
          #field_name: "field_excele_artikul"
          #field_type: "string"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Артикул из ecxcel"
          #description: ""
          #settings: []
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_vfoto" => Drupal\field\Entity\FieldConfig {#4499
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_vfoto"
          #status: true
          #uuid: "e864db4f-2d56-49a2-b4bd-e35369c36b56"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_vfoto"
            ]
            "module" => array:1 [
              0 => "image"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_vfoto"
          #field_name: "field_vfoto"
          #field_type: "image"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Фото"
          #description: ""
          #settings: array:12 [
            "handler" => "default:file"
            "handler_settings" => []
            "file_directory" => "[date:custom:Y]-[date:custom:m]"
            "file_extensions" => "png gif jpg jpeg"
            "max_filesize" => ""
            "max_resolution" => ""
            "min_resolution" => ""
            "alt_field" => true
            "alt_field_required" => false
            "title_field" => true
            "title_field_required" => false
            "default_image" => array:5 [
              "uuid" => ""
              "alt" => ""
              "title" => ""
              "width" => null
              "height" => null
            ]
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
      ]
    }
    #name: null
    #parent: null
    #_serviceIds: []
    #_entityStorages: []
    #stringTranslation: null
    #typedDataManager: null
    #entity: Drupal\commerce_product\Entity\ProductVariation {#4484}
  }
  #cacheContexts: []
  #cacheTags: []
  #cacheMaxAge: -1
  #_serviceIds: []
  #_entityStorages: []
  #values: array:18 [
    "variation_id" => array:1 [
      "x-default" => "352"
    ]
    "type" => array:1 [
      "x-default" => "default"
    ]
    "uuid" => array:1 [
      "x-default" => "6022c464-e008-4cb7-8a08-0b7a9da8760e"
    ]
    "langcode" => array:1 [
      "x-default" => "ru"
    ]
    "uid" => array:1 [
      "x-default" => "1"
    ]
    "status" => array:1 [
      "x-default" => "1"
    ]
    "product_id" => array:1 [
      "x-default" => "267"
    ]
    "sku" => array:1 [
      "x-default" => "КХСЛ-01-Д-С-Ц-RAL 1015"
    ]
    "title" => array:1 [
      "x-default" => "RAL 1015"
    ]
    "list_price" => array:1 [
      "x-default" => array:2 [
        "number" => null
        "currency_code" => null
      ]
    ]
    "price" => array:1 [
      "x-default" => array:2 [
        "number" => "364400.000000"
        "currency_code" => "RUB"
      ]
    ]
    "created" => array:1 [
      "x-default" => "1656947697"
    ]
    "changed" => array:1 [
      "x-default" => "1738597192"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
    "attribute_cvet" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "target_id" => "15"
        ]
      ]
    ]
    "field_3d" => array:1 [
      "x-default" => array:73 [
        0 => array:5 [
          "target_id" => "29843"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        1 => array:5 [
          "target_id" => "29844"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        2 => array:5 [
          "target_id" => "29845"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        3 => array:5 [
          "target_id" => "29846"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        4 => array:5 [
          "target_id" => "29847"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        5 => array:5 [
          "target_id" => "29848"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        6 => array:5 [
          "target_id" => "29849"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        7 => array:5 [
          "target_id" => "29850"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        8 => array:5 [
          "target_id" => "29851"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        9 => array:5 [
          "target_id" => "29852"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        10 => array:5 [
          "target_id" => "29853"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        11 => array:5 [
          "target_id" => "29854"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        12 => array:5 [
          "target_id" => "29855"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        13 => array:5 [
          "target_id" => "29856"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        14 => array:5 [
          "target_id" => "29857"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        15 => array:5 [
          "target_id" => "29858"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        16 => array:5 [
          "target_id" => "29859"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        17 => array:5 [
          "target_id" => "29860"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        18 => array:5 [
          "target_id" => "29861"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        19 => array:5 [
          "target_id" => "29862"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        20 => array:5 [
          "target_id" => "29863"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        21 => array:5 [
          "target_id" => "29864"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        22 => array:5 [
          "target_id" => "29865"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        23 => array:5 [
          "target_id" => "29866"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        24 => array:5 [
          "target_id" => "29867"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        25 => array:5 [
          "target_id" => "29868"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        26 => array:5 [
          "target_id" => "29869"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        27 => array:5 [
          "target_id" => "29870"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        28 => array:5 [
          "target_id" => "29871"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        29 => array:5 [
          "target_id" => "29872"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        30 => array:5 [
          "target_id" => "29873"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        31 => array:5 [
          "target_id" => "29874"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        32 => array:5 [
          "target_id" => "29875"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        33 => array:5 [
          "target_id" => "29876"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        34 => array:5 [
          "target_id" => "29877"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        35 => array:5 [
          "target_id" => "29878"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        36 => array:5 [
          "target_id" => "29879"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        37 => array:5 [
          "target_id" => "29880"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        38 => array:5 [
          "target_id" => "29881"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        39 => array:5 [
          "target_id" => "29882"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        40 => array:5 [
          "target_id" => "29883"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        41 => array:5 [
          "target_id" => "29884"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        42 => array:5 [
          "target_id" => "29885"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        43 => array:5 [
          "target_id" => "29886"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        44 => array:5 [
          "target_id" => "29887"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        45 => array:5 [
          "target_id" => "29888"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        46 => array:5 [
          "target_id" => "29889"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        47 => array:5 [
          "target_id" => "29890"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        48 => array:5 [
          "target_id" => "29891"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        49 => array:5 [
          "target_id" => "29892"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        50 => array:5 [
          "target_id" => "29893"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        51 => array:5 [
          "target_id" => "29894"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        52 => array:5 [
          "target_id" => "29895"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        53 => array:5 [
          "target_id" => "29896"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        54 => array:5 [
          "target_id" => "29897"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        55 => array:5 [
          "target_id" => "29898"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        56 => array:5 [
          "target_id" => "29899"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        57 => array:5 [
          "target_id" => "29900"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        58 => array:5 [
          "target_id" => "29901"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        59 => array:5 [
          "target_id" => "29902"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        60 => array:5 [
          "target_id" => "29903"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        61 => array:5 [
          "target_id" => "29904"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        62 => array:5 [
          "target_id" => "29905"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        63 => array:5 [
          "target_id" => "29906"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        64 => array:5 [
          "target_id" => "29907"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        65 => array:5 [
          "target_id" => "29908"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        66 => array:5 [
          "target_id" => "29909"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        67 => array:5 [
          "target_id" => "29910"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        68 => array:5 [
          "target_id" => "29911"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        69 => array:5 [
          "target_id" => "29912"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        70 => array:5 [
          "target_id" => "29913"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        71 => array:5 [
          "target_id" => "29914"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        72 => array:5 [
          "target_id" => "29915"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
      ]
    ]
    "field_excele_artikul" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "КХСЛ-01-Д-С-Ц-ПО"
        ]
      ]
    ]
    "field_vfoto" => array:1 [
      "x-default" => array:1 [
        0 => array:5 [
          "target_id" => "29842"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
      ]
    ]
  ]
  #fields: array:1 [
    "product_id" => array:1 [
      "x-default" => Drupal\Core\Field\EntityReferenceFieldItemList {#4494
        #definition: Drupal\Core\Field\BaseFieldDefinition {#3359}
        #name: "product_id"
        #parent: Drupal\Core\Entity\Plugin\DataType\EntityAdapter {#4490}
        #_serviceIds: []
        #_entityStorages: []
        #stringTranslation: null
        #typedDataManager: Drupal\Core\TypedData\TypedDataManager {#935
          #discovery: null
          #factory: null
          #mapper: null
          #cacheKey: "typed_data_types_plugins"
          #cacheTags: []
          #alterHook: "data_type_info"
          #subdir: "Plugin/DataType"
          #moduleHandler: Drupal\Core\Extension\ModuleHandler {#107
            #loadedFiles: array:199 [
              "address" => true
              "admin_toolbar" => true
              "admin_toolbar_links_access_filter" => true
              "admin_toolbar_tools" => true
              "advagg" => true
              "advagg_bundler" => true
              "advagg_css_minify" => true
              "advagg_js_minify" => true
              "advban" => true
              "ajax_loader" => true
              "antibot" => true
              "automated_cron" => true
              "b24" => true
              "b24_utm" => true
              "b24_webform" => true
              "better_exposed_filters" => true
              "big_pipe" => true
              "block" => true
              "block_class" => true
              "block_content" => true
              "breakpoint" => true
              "ckeditor" => true
              "ckeditor_youtube" => true
              "cleantalk" => true
              "colorbox" => true
              "comment" => true
              "commerce" => true
              "commerce_cart" => true
              "commerce_checkout" => true
              "commerce_number_pattern" => true
              "commerce_order" => true
              "commerce_payment" => true
              "commerce_price" => true
              "commerce_product" => true
              "commerce_store" => true
              "config" => true
              "contact" => true
              "context" => true
              "context_ui" => true
              "contextual" => true
              "csv_serialization" => true
              "ctools" => true
              "datetime" => true
              "datetime_range" => true
              "dbug" => true
              "draggableviews" => true
              "draggableviews_demo" => true
              "dropzonejs" => true
              "dynamic_entity_reference" => true
              "easy_breadcrumb" => true
              "easy_install" => true
              "editor" => true
              "entity" => true
              "entity_clone" => true
              "entity_reference_revisions" => true
              "facets" => true
              "field" => true
              "field_group" => true
              "field_ui" => true
              "file" => true
              "file_mdm" => true
              "file_mdm_exif" => true
              "file_mdm_font" => true
              "filter" => true
              "geolocation" => true
              "geolocation_address" => true
              "geolocation_google_maps" => true
              "geolocation_google_static_maps" => true
              "geolocation_yandex" => true
              "google_tag" => true
              "honeypot" => true
              "image" => true
              "image_effects" => true
              "imageapi_optimize" => true
              "imagemagick" => true
              "imce" => true
              "inline_entity_form" => true
              "inline_form_errors" => true
              "jquery_ui" => true
              "jquery_ui_datepicker" => true
              "jquery_ui_slider" => true
              "jquery_ui_touch_punch" => true
              "language" => true
              "layout_discovery" => true
              "lazy" => true
              "link" => true
              "locale" => true
              "mailsystem" => true
              "masonry" => true
              "media" => true
              "media_library" => true
              "menu_block" => true
              "menu_link_content" => true
              "menu_ui" => true
              "metatag" => true
              "metatag_facebook" => true
              "metatag_open_graph" => true
              "metatag_open_graph_products" => true
              "metatag_views" => true
              "mimemail" => true
              "minifyhtml" => true
              "minifyjs" => true
              "mw_catalog_feed" => true
              "mw_control" => true
              "mw_front" => true
              "mw_google_spreadsheet" => true
              "mw_lazy_blocks" => true
              "mw_lazy_variables" => true
              "mw_projects_feed" => true
              "mw_projects_filter" => true
              "mw_site_block" => true
              "mw_tsnode" => true
              "mw_yandex_rss" => true
              "mw_yml_csv" => true
              "mw_youtube" => true
              "myhtmlmail" => true
              "mysql" => true
              "node" => true
              "options" => true
              "page_cache" => true
              "path" => true
              "path_alias" => true
              "php" => true
              "profile" => true
              "queue_ui" => true
              "redirect" => true
              "redirect_404" => true
              "redis" => true
              "remove_http_headers" => true
              "responsive_image" => true
              "rest" => true
              "restrict_ip" => true
              "rocketship_webform_utm" => true
              "rules" => true
              "scheduler" => true
              "scheduler_rules_integration" => true
              "schema_article" => true
              "schema_metatag" => true
              "schema_organization" => true
              "schema_product" => true
              "search_api" => true
              "search_api_db" => true
              "search_api_db_defaults" => true
              "select2" => true
              "serialization" => true
              "shortcut" => true
              "sms" => true
              "smtp" => true
              "sophron" => true
              "standard" => true
              "state_machine" => true
              "svg_image" => true
              "svg_image_responsive" => true
              "system" => true
              "taxonomy" => true
              "taxonomy_menu" => true
              "tb_megamenu" => true
              "telephone" => true
              "term_reference_tree" => true
              "text" => true
              "token" => true
              "token_filter" => true
              "toolbar" => true
              "twig_field_value" => true
              "twig_tweak" => true
              "typed_data" => true
              "unset_html_head_link" => true
              "url_redirect" => true
              "user" => true
              "views_bootstrap" => true
              "views_data_export" => true
              "views_entity_form_field" => true
              "views_infinite_scroll" => true
              "views_rss" => true
              "views_rss_core" => true
              "views_rss_yandex" => true
              "views_term_hierarchy_weight_field" => true
              "views_ui" => true
              "webform" => true
              "webform_attachment" => true
              "webform_image_select" => true
              "webform_node" => true
              "webform_options_limit" => true
              "webform_shortcuts" => true
              "webform_submission_log" => true
              "webform_ui" => true
              "webp" => true
              "x_frame_options_configuration" => true
              "xmlsitemap_custom" => true
              "xmlsitemap_engines" => true
              "yandex_yml" => true
              "pathauto" => true
              "selective_better_exposed_filters" => true
              "webform_bootstrap" => true
              "xmlsitemap" => true
              "masonry_views" => true
              "views" => true
              "paragraphs" => true
              "tvi" => true
            ]
            #moduleList: array:199 [
              "address" => Drupal\Core\Extension\Extension {#109 …5}
              "admin_toolbar" => Drupal\Core\Extension\Extension {#110 …5}
              "admin_toolbar_links_access_filter" => Drupal\Core\Extension\Extension {#111 …5}
              "admin_toolbar_tools" => Drupal\Core\Extension\Extension {#112 …5}
              "advagg" => Drupal\Core\Extension\Extension {#113 …5}
              "advagg_bundler" => Drupal\Core\Extension\Extension {#114 …5}
              "advagg_css_minify" => Drupal\Core\Extension\Extension {#115 …5}
              "advagg_js_minify" => Drupal\Core\Extension\Extension {#116 …5}
              "advban" => Drupal\Core\Extension\Extension {#117 …5}
              "ajax_loader" => Drupal\Core\Extension\Extension {#118 …5}
              "antibot" => Drupal\Core\Extension\Extension {#119 …5}
              "automated_cron" => Drupal\Core\Extension\Extension {#120 …5}
              "b24" => Drupal\Core\Extension\Extension {#121 …5}
              "b24_utm" => Drupal\Core\Extension\Extension {#122 …5}
              "b24_webform" => Drupal\Core\Extension\Extension {#123 …5}
              "better_exposed_filters" => Drupal\Core\Extension\Extension {#124 …5}
              "big_pipe" => Drupal\Core\Extension\Extension {#125 …5}
              "block" => Drupal\Core\Extension\Extension {#126 …5}
              "block_class" => Drupal\Core\Extension\Extension {#127 …5}
              "block_content" => Drupal\Core\Extension\Extension {#128 …5}
              "breakpoint" => Drupal\Core\Extension\Extension {#129 …5}
              "ckeditor" => Drupal\Core\Extension\Extension {#130 …5}
              "ckeditor_youtube" => Drupal\Core\Extension\Extension {#131 …5}
              "cleantalk" => Drupal\Core\Extension\Extension {#132 …5}
              "colorbox" => Drupal\Core\Extension\Extension {#133 …5}
              "comment" => Drupal\Core\Extension\Extension {#134 …5}
              "commerce" => Drupal\Core\Extension\Extension {#135 …5}
              "commerce_cart" => Drupal\Core\Extension\Extension {#136 …5}
              "commerce_checkout" => Drupal\Core\Extension\Extension {#137 …5}
              "commerce_number_pattern" => Drupal\Core\Extension\Extension {#138 …5}
              "commerce_order" => Drupal\Core\Extension\Extension {#139 …5}
              "commerce_payment" => Drupal\Core\Extension\Extension {#140 …5}
              "commerce_price" => Drupal\Core\Extension\Extension {#141 …5}
              "commerce_product" => Drupal\Core\Extension\Extension {#142 …5}
              "commerce_store" => Drupal\Core\Extension\Extension {#143 …5}
              "config" => Drupal\Core\Extension\Extension {#144 …5}
              "contact" => Drupal\Core\Extension\Extension {#145 …5}
              "context" => Drupal\Core\Extension\Extension {#146 …5}
              "context_ui" => Drupal\Core\Extension\Extension {#147 …5}
              "contextual" => Drupal\Core\Extension\Extension {#148 …5}
              "csv_serialization" => Drupal\Core\Extension\Extension {#149 …5}
              "ctools" => Drupal\Core\Extension\Extension {#150 …5}
              "datetime" => Drupal\Core\Extension\Extension {#151 …5}
              "datetime_range" => Drupal\Core\Extension\Extension {#152 …5}
              "dbug" => Drupal\Core\Extension\Extension {#153 …5}
              "draggableviews" => Drupal\Core\Extension\Extension {#154 …5}
              "draggableviews_demo" => Drupal\Core\Extension\Extension {#155 …5}
              "dropzonejs" => Drupal\Core\Extension\Extension {#156 …5}
              "dynamic_entity_reference" => Drupal\Core\Extension\Extension {#157 …5}
              "easy_breadcrumb" => Drupal\Core\Extension\Extension {#158 …5}
              "easy_install" => Drupal\Core\Extension\Extension {#159 …5}
              "editor" => Drupal\Core\Extension\Extension {#160 …5}
              "entity" => Drupal\Core\Extension\Extension {#161 …5}
              "entity_clone" => Drupal\Core\Extension\Extension {#162 …5}
              "entity_reference_revisions" => Drupal\Core\Extension\Extension {#163 …5}
              "facets" => Drupal\Core\Extension\Extension {#164 …5}
              "field" => Drupal\Core\Extension\Extension {#165 …5}
              "field_group" => Drupal\Core\Extension\Extension {#166 …5}
              "field_ui" => Drupal\Core\Extension\Extension {#167 …5}
              "file" => Drupal\Core\Extension\Extension {#168 …5}
              "file_mdm" => Drupal\Core\Extension\Extension {#169 …5}
              "file_mdm_exif" => Drupal\Core\Extension\Extension {#170 …5}
              "file_mdm_font" => Drupal\Core\Extension\Extension {#171 …5}
              "filter" => Drupal\Core\Extension\Extension {#172 …5}
              "geolocation" => Drupal\Core\Extension\Extension {#173 …5}
              "geolocation_address" => Drupal\Core\Extension\Extension {#174 …5}
              "geolocation_google_maps" => Drupal\Core\Extension\Extension {#175 …5}
              "geolocation_google_static_maps" => Drupal\Core\Extension\Extension {#176 …5}
              "geolocation_yandex" => Drupal\Core\Extension\Extension {#177 …5}
              "google_tag" => Drupal\Core\Extension\Extension {#178 …5}
              "honeypot" => Drupal\Core\Extension\Extension {#179 …5}
              "image" => Drupal\Core\Extension\Extension {#180 …5}
              "image_effects" => Drupal\Core\Extension\Extension {#181 …5}
              "imageapi_optimize" => Drupal\Core\Extension\Extension {#182 …5}
              "imagemagick" => Drupal\Core\Extension\Extension {#183 …5}
              "imce" => Drupal\Core\Extension\Extension {#184 …5}
              "inline_entity_form" => Drupal\Core\Extension\Extension {#185 …5}
              "inline_form_errors" => Drupal\Core\Extension\Extension {#186 …5}
              "jquery_ui" => Drupal\Core\Extension\Extension {#187 …5}
              "jquery_ui_datepicker" => Drupal\Core\Extension\Extension {#188 …5}
              "jquery_ui_slider" => Drupal\Core\Extension\Extension {#189 …5}
              "jquery_ui_touch_punch" => Drupal\Core\Extension\Extension {#190 …5}
              "language" => Drupal\Core\Extension\Extension {#191 …5}
              "layout_discovery" => Drupal\Core\Extension\Extension {#192 …5}
              "lazy" => Drupal\Core\Extension\Extension {#193 …5}
              "link" => Drupal\Core\Extension\Extension {#194 …5}
              "locale" => Drupal\Core\Extension\Extension {#195 …5}
              "mailsystem" => Drupal\Core\Extension\Extension {#196 …5}
              "masonry" => Drupal\Core\Extension\Extension {#197 …5}
              "media" => Drupal\Core\Extension\Extension {#198 …5}
              "media_library" => Drupal\Core\Extension\Extension {#199 …5}
              "menu_block" => Drupal\Core\Extension\Extension {#200 …5}
              "menu_link_content" => Drupal\Core\Extension\Extension {#201 …5}
              "menu_ui" => Drupal\Core\Extension\Extension {#202 …5}
              "metatag" => Drupal\Core\Extension\Extension {#203 …5}
              "metatag_facebook" => Drupal\Core\Extension\Extension {#204 …5}
              "metatag_open_graph" => Drupal\Core\Extension\Extension {#205 …5}
              "metatag_open_graph_products" => Drupal\Core\Extension\Extension {#206 …5}
              "metatag_views" => Drupal\Core\Extension\Extension {#207 …5}
              "mimemail" => Drupal\Core\Extension\Extension {#208 …5}
              "minifyhtml" => Drupal\Core\Extension\Extension {#209 …5}
              "minifyjs" => Drupal\Core\Extension\Extension {#210 …5}
              "mw_catalog_feed" => Drupal\Core\Extension\Extension {#211 …5}
              "mw_control" => Drupal\Core\Extension\Extension {#212 …5}
              "mw_front" => Drupal\Core\Extension\Extension {#213 …5}
              "mw_google_spreadsheet" => Drupal\Core\Extension\Extension {#214 …5}
              "mw_lazy_blocks" => Drupal\Core\Extension\Extension {#215 …5}
              "mw_lazy_variables" => Drupal\Core\Extension\Extension {#216 …5}
              "mw_projects_feed" => Drupal\Core\Extension\Extension {#217 …5}
              "mw_projects_filter" => Drupal\Core\Extension\Extension {#218 …5}
              "mw_site_block" => Drupal\Core\Extension\Extension {#219 …5}
              "mw_tsnode" => Drupal\Core\Extension\Extension {#220 …5}
              "mw_yandex_rss" => Drupal\Core\Extension\Extension {#221 …5}
              "mw_yml_csv" => Drupal\Core\Extension\Extension {#222 …5}
              "mw_youtube" => Drupal\Core\Extension\Extension {#223 …5}
              "myhtmlmail" => Drupal\Core\Extension\Extension {#224 …5}
              "mysql" => Drupal\Core\Extension\Extension {#225 …5}
              "node" => Drupal\Core\Extension\Extension {#226 …5}
              "options" => Drupal\Core\Extension\Extension {#227 …5}
              "page_cache" => Drupal\Core\Extension\Extension {#228 …5}
              "path" => Drupal\Core\Extension\Extension {#229 …5}
              "path_alias" => Drupal\Core\Extension\Extension {#230 …5}
              "php" => Drupal\Core\Extension\Extension {#231 …5}
              "profile" => Drupal\Core\Extension\Extension {#232 …5}
              "queue_ui" => Drupal\Core\Extension\Extension {#233 …5}
              "redirect" => Drupal\Core\Extension\Extension {#234 …5}
              "redirect_404" => Drupal\Core\Extension\Extension {#235 …5}
              "redis" => Drupal\Core\Extension\Extension {#236 …5}
              "remove_http_headers" => Drupal\Core\Extension\Extension {#237 …5}
              "responsive_image" => Drupal\Core\Extension\Extension {#238 …5}
              "rest" => Drupal\Core\Extension\Extension {#239 …5}
              "restrict_ip" => Drupal\Core\Extension\Extension {#240 …5}
              "rocketship_webform_utm" => Drupal\Core\Extension\Extension {#241 …5}
              "rules" => Drupal\Core\Extension\Extension {#242 …5}
              "scheduler" => Drupal\Core\Extension\Extension {#243 …5}
              "scheduler_rules_integration" => Drupal\Core\Extension\Extension {#244 …5}
              "schema_article" => Drupal\Core\Extension\Extension {#245 …5}
              "schema_metatag" => Drupal\Core\Extension\Extension {#246 …5}
              "schema_organization" => Drupal\Core\Extension\Extension {#247 …5}
              "schema_product" => Drupal\Core\Extension\Extension {#248 …5}
              "search_api" => Drupal\Core\Extension\Extension {#249 …5}
              "search_api_db" => Drupal\Core\Extension\Extension {#250 …5}
              "search_api_db_defaults" => Drupal\Core\Extension\Extension {#251 …5}
              "select2" => Drupal\Core\Extension\Extension {#252 …5}
              "serialization" => Drupal\Core\Extension\Extension {#253 …5}
              "shortcut" => Drupal\Core\Extension\Extension {#254 …5}
              "sms" => Drupal\Core\Extension\Extension {#255 …5}
              "smtp" => Drupal\Core\Extension\Extension {#256 …5}
              "sophron" => Drupal\Core\Extension\Extension {#257 …5}
              "standard" => Drupal\Core\Extension\Extension {#258 …5}
              "state_machine" => Drupal\Core\Extension\Extension {#259 …5}
              "svg_image" => Drupal\Core\Extension\Extension {#260 …5}
              "svg_image_responsive" => Drupal\Core\Extension\Extension {#261 …5}
              "system" => Drupal\Core\Extension\Extension {#262 …5}
              "taxonomy" => Drupal\Core\Extension\Extension {#263 …5}
              "taxonomy_menu" => Drupal\Core\Extension\Extension {#264 …5}
              "tb_megamenu" => Drupal\Core\Extension\Extension {#265 …5}
              "telephone" => Drupal\Core\Extension\Extension {#266 …5}
              "term_reference_tree" => Drupal\Core\Extension\Extension {#267 …5}
              "text" => Drupal\Core\Extension\Extension {#268 …5}
              "token" => Drupal\Core\Extension\Extension {#269 …5}
              "token_filter" => Drupal\Core\Extension\Extension {#270 …5}
              "toolbar" => Drupal\Core\Extension\Extension {#271 …5}
              "twig_field_value" => Drupal\Core\Extension\Extension {#272 …5}
              "twig_tweak" => Drupal\Core\Extension\Extension {#273 …5}
              "typed_data" => Drupal\Core\Extension\Extension {#274 …5}
              "unset_html_head_link" => Drupal\Core\Extension\Extension {#275 …5}
              "url_redirect" => Drupal\Core\Extension\Extension {#276 …5}
              "user" => Drupal\Core\Extension\Extension {#277 …5}
              "views_bootstrap" => Drupal\Core\Extension\Extension {#278 …5}
              "views_data_export" => Drupal\Core\Extension\Extension {#279 …5}
              "views_entity_form_field" => Drupal\Core\Extension\Extension {#280 …5}
              "views_infinite_scroll" => Drupal\Core\Extension\Extension {#281 …5}
              "views_rss" => Drupal\Core\Extension\Extension {#282 …5}
              "views_rss_core" => Drupal\Core\Extension\Extension {#283 …5}
              "views_rss_yandex" => Drupal\Core\Extension\Extension {#284 …5}
              "views_term_hierarchy_weight_field" => Drupal\Core\Extension\Extension {#285 …5}
              "views_ui" => Drupal\Core\Extension\Extension {#286 …5}
              "webform" => Drupal\Core\Extension\Extension {#287 …5}
              "webform_attachment" => Drupal\Core\Extension\Extension {#288 …5}
              "webform_image_select" => Drupal\Core\Extension\Extension {#289 …5}
              "webform_node" => Drupal\Core\Extension\Extension {#290 …5}
              "webform_options_limit" => Drupal\Core\Extension\Extension {#291 …5}
              "webform_shortcuts" => Drupal\Core\Extension\Extension {#292 …5}
              "webform_submission_log" => Drupal\Core\Extension\Extension {#293 …5}
              "webform_ui" => Drupal\Core\Extension\Extension {#294 …5}
              "webp" => Drupal\Core\Extension\Extension {#295 …5}
              "x_frame_options_configuration" => Drupal\Core\Extension\Extension {#296 …5}
              "xmlsitemap_custom" => Drupal\Core\Extension\Extension {#297 …5}
              "xmlsitemap_engines" => Drupal\Core\Extension\Extension {#298 …5}
              "yandex_yml" => Drupal\Core\Extension\Extension {#299 …5}
              "pathauto" => Drupal\Core\Extension\Extension {#300 …5}
              "selective_better_exposed_filters" => Drupal\Core\Extension\Extension {#301 …5}
              "webform_bootstrap" => Drupal\Core\Extension\Extension {#302 …5}
              "xmlsitemap" => Drupal\Core\Extension\Extension {#303 …5}
              "masonry_views" => Drupal\Core\Extension\Extension {#304 …5}
              "views" => Drupal\Core\Extension\Extension {#305 …5}
              "paragraphs" => Drupal\Core\Extension\Extension {#306 …5}
              "tvi" => Drupal\Core\Extension\Extension {#307 …5}
            ]
            #loaded: true
            #implementations: array:2915 [
              "module_implements_alter" => array:9 [ …9]
              "entity_load" => []
              "user_role_load" => []
              "language_types_info" => []
              "language_types_info_alter" => array:1 [ …1]
              "entity_preload" => []
              "user_load" => []
              "taxonomy_term_load" => []
              "entity_bundle_info" => array:1 [ …1]
              "block_content_type_load" => []
              "comment_type_load" => []
              "commerce_order_item_type_load" => []
              "commerce_order_type_load" => []
              "commerce_product_variation_type_load" => []
              "commerce_product_type_load" => []
              "commerce_product_attribute_load" => []
              "commerce_store_type_load" => []
              "contact_form_load" => []
              "media_type_load" => []
              "node_type_load" => []
              "profile_type_load" => []
              "shortcut_set_load" => []
              "taxonomy_vocabulary_load" => []
              "webform_load" => array:1 [ …1]
              "context_load" => []
              "system_info_alter" => array:1 [ …1]
              "date_format_load" => []
              "element_info_alter" => array:7 [ …7]
              "webform_element_info_alter" => []
              "webform_element_default_properties_alter" => []
              "webform_handler_invoke_alter" => []
              "webform_handler_invoke_alter_elements_alter" => []
              "entity_access" => array:3 [ …3]
              "filter_format_access" => []
              "webform_options_alter" => []
              "paragraphs_type_load" => []
              "entity_bundle_info_alter" => array:1 [ …1]
              "entity_bundle_field_info" => array:2 [ …2]
              "field_config_load" => []
              "entity_bundle_field_info_alter" => []
              "view_load" => []
              "views_pre_view" => []
              "views_plugins_field_alter" => []
              "entity_field_storage_info" => array:2 [ …2]
              "field_storage_config_load" => []
              "entity_field_storage_info_alter" => []
              "entity_field_access" => array:2 [ …2]
              "entity_field_access_alter" => []
              "views_plugins_argument_alter" => array:1 [ …1]
              "views_plugins_sort_alter" => []
              "views_plugins_filter_alter" => array:1 [ …1]
              "views_plugins_relationship_alter" => []
              "views_plugins_area_alter" => []
              "views_plugins_pager_alter" => []
              "views_pre_build" => []
              "views_plugins_query_alter" => []
              "views_plugins_join_alter" => []
              "views_plugins_argument_validator_alter" => array:1 [ …1]
              "taxonomy_term_access" => []
              "views_query_alter" => array:6 [ …6]
              "views_plugins_cache_alter" => array:1 [ …1]
              "search_api_index_load" => []
              "field_formatter_info_alter" => array:7 [ …7]
              "views_plugins_argument_default_alter" => []
              "entity_view_mode_load" => []
              "image_style_load" => []
              "views_query_substitutions" => array:4 [ …4]
              "views_post_build" => []
              "views_pre_execute" => []
              "query_alter" => []
              "query_views_alter" => array:1 [ …1]
              "query_views_products_alter" => []
              "query_taxonomy_term_access_alter" => []
              "query_commerce_product_access_alter" => []
              "query_term_access_alter" => []
              "query_commerce_product_load_multiple_alter" => []
              "entity_storage_load" => array:1 [ …1]
              "commerce_product_storage_load" => []
              "commerce_product_load" => []
              "views_post_execute" => []
              "entity_view_mode_alter" => []
              "entity_view_mode_info_alter" => []
              "commerce_product_build_defaults_alter" => []
              "entity_build_defaults_alter" => []
              "views_pre_render" => array:4 [ …4]
              "views_post_render" => array:2 [ …2]
              "twig_tweak_filters_alter" => []
              "twig_tweak_functions_alter" => []
              "twig_tweak_tests_alter" => []
              "taxonomy_term_build_defaults_alter" => []
              "theme_suggestions_views_view" => []
              "theme_suggestions_alter" => array:2 [ …2]
              "theme_suggestions_views_view_alter" => []
              "template_preprocess_default_variables_alter" => array:1 [ …1]
              "theme_suggestions_views_bootstrap_grid" => []
              "theme_suggestions_views_bootstrap_grid_alter" => []
              "query_entity_query_alter" => array:1 [ …1]
              "query_entity_query_commerce_store_alter" => []
              "commerce_store_load" => []
              "entity_extra_field_info" => array:8 [ …8]
              "entity_extra_field_info_alter" => array:1 [ …1]
              "entity_view_display_load" => []
              "entity_view_display_alter" => array:1 [ …1]
              "entity_prepare_view" => []
              "commerce_product_variation_load" => []
              "commerce_product_variation_access" => []
              "commerce_product_access" => []
              "commerce_order_item_field_values_init" => []
              "entity_field_values_init" => []
              "commerce_order_item_create" => []
              "entity_create" => []
              "entity_form_mode_alter" => []
              "entity_form_display_load" => []
              "entity_form_display_alter" => array:2 [ …2]
              "query_commerce_product_variation_access_alter" => []
              "query_entity_query_commerce_product_variation_alter" => []
              "query_entity_access_alter" => []
              "entity_prepare_form" => []
              "commerce_order_item_prepare_form" => []
              "field_widget_info_alter" => array:6 [ …6]
              "commerce_product_attribute_value_load" => []
              "field_widget_form_alter" => array:1 [ …1]
              "field_widget_commerce_product_variation_attributes_form_alter" => []
              "field_widget_single_element_form_alter" => array:6 [ …6]
              "field_widget_single_element_commerce_product_variation_attributes_form_alter" => []
              "field_widget_multivalue_form_alter" => []
              "field_widget_multivalue_commerce_product_variation_attributes_form_alter" => []
              "field_widget_complete_form_alter" => array:1 [ …1]
              "field_widget_complete_commerce_product_variation_attributes_form_alter" => []
              "form_alter" => array:15 [ …15]
              "form_commerce_order_item_add_to_cart_form_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_11_alter" => []
              "commerce_product_attribute_value_build_defaults_alter" => []
              "file_load" => []
              "entity_display_build_alter" => []
              "commerce_product_attribute_value_view" => []
              "entity_view" => array:3 [ …3]
              "commerce_product_attribute_value_view_alter" => []
              "entity_view_alter" => array:3 [ …3]
              "theme_suggestions_commerce_product_attribute_value" => array:1 [ …1]
              "theme_suggestions_commerce_product_attribute_value_alter" => []
              "theme_suggestions_field" => array:1 [ …1]
              "theme_suggestions_field_alter" => []
              "file_url_alter" => []
              "commerce_product_view" => []
              "commerce_product_variation_build_defaults_alter" => []
              "commerce_currency_load" => []
              "commerce_product_variation_view" => []
              "commerce_product_variation_view_alter" => []
              "commerce_product_view_alter" => []
              "theme_suggestions_commerce_product" => array:1 [ …1]
              "theme_suggestions_commerce_product_alter" => []
              "theme_suggestions_image_formatter" => []
              "theme_suggestions_image_formatter_alter" => []
              "theme_suggestions_image_style" => []
              "theme_suggestions_image_style_alter" => []
              "image_effect_info_alter" => []
              "theme_suggestions_image" => []
              "theme_suggestions_image_alter" => []
              "lazy_settings_alter" => []
              "link_alter" => array:1 [ …1]
              "theme_suggestions_field_multiple_value_form" => []
              "theme_suggestions_field_multiple_value_form_alter" => []
              "theme_suggestions_input" => []
              "theme_suggestions_input_alter" => []
              "theme_suggestions_form_element" => array:1 [ …1]
              "theme_suggestions_form_element_alter" => []
              "theme_suggestions_radios" => array:1 [ …1]
              "theme_suggestions_radios_alter" => []
              "theme_suggestions_fieldset" => []
              "theme_suggestions_fieldset_alter" => []
              "theme_suggestions_container" => []
              "theme_suggestions_container_alter" => array:1 [ …1]
              "theme_suggestions_form" => []
              "theme_suggestions_form_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_12_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_311_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_312_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_342_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_56_alter" => []
              "query_file_load_multiple_alter" => []
              "file_storage_load" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_52_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_249_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_246_alter" => []
              "theme_suggestions_pager" => []
              "theme_suggestions_pager_alter" => []
              "taxonomy_term_view" => []
              "taxonomy_term_view_alter" => []
              "theme_suggestions_taxonomy_term" => array:1 [ …1]
              "theme_suggestions_taxonomy_term_alter" => []
              "filter_format_load" => []
              "filter_info_alter" => []
              "token_entity_mapping_alter" => []
              "block_load" => []
              "block_access" => array:1 [ …1]
              "query_entity_query_block_content_alter" => []
              "block_content_load" => []
              "menu_load" => []
              "block_alter" => array:1 [ …1]
               …2715
            ]
            #verified: array:35 [ …35]
            #hookInfo: null
            #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#108 …4}
            #cacheNeedsWriting: false
            #alterFunctions: array:10 [ …10]
            #root: "/var/www/fastuser/data/www/skoggy.ru/web"
            #includeFileKeys: array:1 [ …1]
          }
          #defaults: []
          #pluginDefinitionAnnotationName: "Drupal\Core\TypedData\Annotation\DataType"
          #pluginInterface: null
          #namespaces: ArrayObject {#312
            -storage: array:214 [ …214]
            flag::STD_PROP_LIST: false
            flag::ARRAY_AS_PROPS: false
            iteratorClass: "ArrayIterator"
          }
          #additionalAnnotationNamespaces: []
          #definitions: array:434 [
            "formatted_price" => array:8 [ …8]
            "dynamic_entity_reference" => array:8 [ …8]
            "entity_revision_reference" => array:8 [ …8]
            "entity_revision" => array:10 [ …10]
            "entity_revision:block" => array:12 [ …12]
            "entity_revision:block_content" => array:12 [ …12]
            "entity_revision:block_content:akciya" => array:11 [ …11]
            "entity_revision:block_content:basic" => array:11 [ …11]
            "entity_revision:block_content:blok_galereya" => array:11 [ …11]
            "entity_revision:block_content:blok_slayder" => array:11 [ …11]
            "entity_revision:block_content:promo" => array:11 [ …11]
            "entity_revision:block_content_type" => array:12 [ …12]
            "entity_revision:comment" => array:12 [ …12]
            "entity_revision:comment:comment" => array:11 [ …11]
            "entity_revision:comment_type" => array:12 [ …12]
            "entity_revision:commerce_checkout_flow" => array:12 [ …12]
            "entity_revision:commerce_number_pattern" => array:12 [ …12]
            "entity_revision:commerce_order_item_type" => array:12 [ …12]
            "entity_revision:commerce_order_type" => array:12 [ …12]
            "entity_revision:commerce_order_item" => array:12 [ …12]
            "entity_revision:commerce_order_item:default" => array:11 [ …11]
            "entity_revision:commerce_order" => array:12 [ …12]
            "entity_revision:commerce_order:default" => array:11 [ …11]
            "entity_revision:commerce_payment_method" => array:12 [ …12]
            "entity_revision:commerce_payment_method:credit_card" => array:11 [ …11]
            "entity_revision:commerce_payment_method:paypal" => array:11 [ …11]
            "entity_revision:commerce_payment_gateway" => array:12 [ …12]
            "entity_revision:commerce_payment" => array:12 [ …12]
            "entity_revision:commerce_payment:payment_default" => array:11 [ …11]
            "entity_revision:commerce_payment:payment_manual" => array:11 [ …11]
            "entity_revision:commerce_currency" => array:12 [ …12]
            "entity_revision:commerce_product_variation" => array:12 [ …12]
            "entity_revision:commerce_product_variation:default" => array:11 [ …11]
            "entity_revision:commerce_product_type" => array:12 [ …12]
            "entity_revision:commerce_product" => array:12 [ …12]
            "entity_revision:commerce_product:default" => array:11 [ …11]
            "entity_revision:commerce_product_variation_type" => array:12 [ …12]
            "entity_revision:commerce_product_attribute_value" => array:12 [ …12]
            "entity_revision:commerce_product_attribute_value:cvet" => array:11 [ …11]
            "entity_revision:commerce_product_attribute" => array:12 [ …12]
            "entity_revision:commerce_store" => array:12 [ …12]
            "entity_revision:commerce_store:online" => array:11 [ …11]
            "entity_revision:commerce_store_type" => array:12 [ …12]
            "entity_revision:contact_message" => array:12 [ …12]
            "entity_revision:contact_message:personal" => array:11 [ …11]
            "entity_revision:contact_form" => array:12 [ …12]
            "entity_revision:context" => array:12 [ …12]
            "entity_revision:editor" => array:12 [ …12]
            "entity_revision:facets_facet" => array:12 [ …12]
            "entity_revision:facets_facet_source" => array:12 [ …12]
            "entity_revision:field_config" => array:12 [ …12]
            "entity_revision:field_storage_config" => array:12 [ …12]
            "entity_revision:file" => array:12 [ …12]
            "entity_revision:filter_format" => array:12 [ …12]
            "entity_revision:google_tag_container" => array:12 [ …12]
            "entity_revision:image_style" => array:12 [ …12]
            "entity_revision:imageapi_optimize_pipeline" => array:12 [ …12]
            "entity_revision:imce_profile" => array:12 [ …12]
            "entity_revision:configurable_language" => array:12 [ …12]
            "entity_revision:language_content_settings" => array:12 [ …12]
            "entity_revision:media_type" => array:12 [ …12]
            "entity_revision:media" => array:12 [ …12]
            "entity_revision:media:audio" => array:11 [ …11]
            "entity_revision:media:document" => array:11 [ …11]
            "entity_revision:media:image" => array:11 [ …11]
            "entity_revision:media:remote_video" => array:11 [ …11]
            "entity_revision:media:video" => array:11 [ …11]
            "entity_revision:menu_link_content" => array:12 [ …12]
            "entity_revision:menu_link_content:menu_link_content" => array:11 [ …11]
            "entity_revision:metatag_defaults" => array:12 [ …12]
            "entity_revision:node" => array:12 [ …12]
            "entity_revision:node:article" => array:11 [ …11]
            "entity_revision:node:direction" => array:11 [ …11]
            "entity_revision:node:dop" => array:11 [ …11]
            "entity_revision:node:draggableviews_demo" => array:11 [ …11]
            "entity_revision:node:faq" => array:11 [ …11]
            "entity_revision:node:letters" => array:11 [ …11]
            "entity_revision:node:page" => array:11 [ …11]
            "entity_revision:node:projects" => array:11 [ …11]
            "entity_revision:node:reviews" => array:11 [ …11]
            "entity_revision:node:services" => array:11 [ …11]
            "entity_revision:node:slayder" => array:11 [ …11]
            "entity_revision:node:tekhnicheskaya_dokumentaciya" => array:11 [ …11]
            "entity_revision:node:usefor" => array:11 [ …11]
            "entity_revision:node:video" => array:11 [ …11]
            "entity_revision:node:vystavochnye_ploschadi" => array:11 [ …11]
            "entity_revision:node:webform" => array:11 [ …11]
            "entity_revision:node_type" => array:12 [ …12]
            "entity_revision:path_alias" => array:12 [ …12]
            "entity_revision:profile" => array:12 [ …12]
            "entity_revision:profile:customer" => array:11 [ …11]
            "entity_revision:profile_type" => array:12 [ …12]
            "entity_revision:redirect" => array:12 [ …12]
            "entity_revision:redirect:redirect" => array:11 [ …11]
            "entity_revision:responsive_image_style" => array:12 [ …12]
            "entity_revision:rest_resource_config" => array:12 [ …12]
            "entity_revision:rules_reaction_rule" => array:12 [ …12]
            "entity_revision:rules_component" => array:12 [ …12]
            "entity_revision:search_api_index" => array:12 [ …12]
            "entity_revision:search_api_server" => array:12 [ …12]
            "entity_revision:search_api_task" => array:12 [ …12]
            "entity_revision:shortcut" => array:12 [ …12]
            "entity_revision:shortcut:default" => array:11 [ …11]
            "entity_revision:shortcut_set" => array:12 [ …12]
            "entity_revision:sms_report" => array:12 [ …12]
            "entity_revision:sms_result" => array:12 [ …12]
            "entity_revision:sms_gateway" => array:12 [ …12]
            "entity_revision:phone_number_settings" => array:12 [ …12]
            "entity_revision:sms_phone_number_verification" => array:12 [ …12]
            "entity_revision:sms" => array:12 [ …12]
            "entity_revision:menu" => array:12 [ …12]
            "entity_revision:action" => array:12 [ …12]
            "entity_revision:taxonomy_vocabulary" => array:12 [ …12]
            "entity_revision:taxonomy_term" => array:12 [ …12]
            "entity_revision:taxonomy_term:catalog" => array:11 [ …11]
            "entity_revision:taxonomy_term:cvet" => array:11 [ …11]
            "entity_revision:taxonomy_term:dlina" => array:11 [ …11]
            "entity_revision:taxonomy_term:dopolneniya" => array:11 [ …11]
            "entity_revision:taxonomy_term:kategoriya_faq" => array:11 [ …11]
            "entity_revision:taxonomy_term:kategoriya_statey" => array:11 [ …11]
            "entity_revision:taxonomy_term:naznachenie" => array:11 [ …11]
            "entity_revision:taxonomy_term:nomenklatura" => array:11 [ …11]
            "entity_revision:taxonomy_term:osveschenie" => array:11 [ …11]
            "entity_revision:taxonomy_term:otzyvy" => array:11 [ …11]
            "entity_revision:taxonomy_term:preimuschestva" => array:11 [ …11]
            "entity_revision:taxonomy_term:shirina" => array:11 [ …11]
            "entity_revision:taxonomy_term:shkafy_i_boksy" => array:11 [ …11]
            "entity_revision:taxonomy_term:sistemy_khraneniya" => array:11 [ …11]
            "entity_revision:taxonomy_term:sovmestimost" => array:11 [ …11]
            "entity_revision:taxonomy_term:tags" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_konstrukcii" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_kryshi" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_produkta" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_vorot" => array:11 [ …11]
            "entity_revision:taxonomy_term:v_komplekte" => array:11 [ …11]
            "entity_revision:taxonomy_term:vorota_i_rollety" => array:11 [ …11]
            "entity_revision:taxonomy_term:vysota" => array:11 [ …11]
            "entity_revision:taxonomy_menu" => array:12 [ …12]
            "entity_revision:tb_megamenu" => array:12 [ …12]
            "entity_revision:url_redirect" => array:12 [ …12]
            "entity_revision:user_role" => array:12 [ …12]
            "entity_revision:user" => array:12 [ …12]
            "entity_revision:webform_submission" => array:12 [ …12]
            "entity_revision:webform" => array:12 [ …12]
            "entity_revision:webform_options" => array:12 [ …12]
            "entity_revision:webform_image_select_images" => array:12 [ …12]
            "entity_revision:pathauto_pattern" => array:12 [ …12]
            "entity_revision:xmlsitemap" => array:12 [ …12]
            "entity_revision:view" => array:12 [ …12]
            "entity_revision:paragraphs_type" => array:12 [ …12]
            "entity_revision:paragraph" => array:12 [ …12]
            "entity_revision:entity_view_mode" => array:12 [ …12]
            "entity_revision:entity_form_mode" => array:12 [ …12]
            "entity_revision:entity_view_display" => array:12 [ …12]
            "entity_revision:entity_form_display" => array:12 [ …12]
            "entity_revision:base_field_override" => array:12 [ …12]
            "entity_revision:date_format" => array:12 [ …12]
            "entity_revision:webform_submission:contact" => array:11 [ …11]
            "entity_revision:webform_submission:dileram_forma_vnizu" => array:11 [ …11]
            "entity_revision:webform_submission:dileram_popup" => array:11 [ …11]
            "entity_revision:webform_submission:khotite_bolshe_primerov" => array:11 [ …11]
            "entity_revision:webform_submission:konsultaciya_popup" => array:11 [ …11]
            "entity_revision:webform_submission:konsultaciya_specialista" => array:11 [ …11]
            "entity_revision:webform_submission:maincontrol" => array:11 [ …11]
            "entity_revision:webform_submission:poluchit_skidku" => array:11 [ …11]
            "entity_revision:webform_submission:quiz" => array:11 [ …11]
            "entity_revision:webform_submission:quiz_parking" => array:11 [ …11]
            "entity_revision:webform_submission:test" => array:11 [ …11]
            "entity_revision:webform_submission:zadat_vopros_popup" => array:11 [ …11]
            "entity_revision:webform_submission:zakaz_proekta" => array:11 [ …11]
            "entity_revision:webform_submission:zakaz_tovara" => array:11 [ …11]
            "entity_revision:webform_submission:zakazat_obratnyy_zvonok" => array:11 [ …11]
            "entity_revision:webform_submission:zapisatsya_popup" => array:11 [ …11]
            "entity_revision:webform_submission:zapros_scheta_na_oplatu" => array:11 [ …11]
            "entity_revision:webform_submission:zaprosit_kommercheskoe_predlozhe" => array:11 [ …11]
            "entity_revision:webform_submission:zayavka_na_uslugu" => array:11 [ …11]
            "entity_revision:paragraph:dopolnenie" => array:11 [ …11]
            "entity_revision:paragraph:nomenklatura" => array:11 [ …11]
            "entity_revision:paragraph:preimuschestva" => array:11 [ …11]
            "entity_revision:paragraph:tabs" => array:11 [ …11]
            "entity_revision:paragraph:tovar" => array:11 [ …11]
            "entity_revision:paragraph:v_komplekte" => array:11 [ …11]
            "filter_format" => array:8 [ …8]
            "metatag" => array:8 [ …8]
            "current_date" => array:9 [ …9]
            "current_path" => array:9 [ …9]
            "site" => array:9 [ …9]
            "search_api_html" => array:8 [ …8]
            "search_api_text" => array:8 [ …8]
            "text" => array:8 [ …8]
            "entity" => array:10 [ …10]
            "entity:block" => array:12 [ …12]
            "entity:block_content" => array:12 [ …12]
            "entity:block_content:akciya" => array:11 [ …11]
            "entity:block_content:basic" => array:11 [ …11]
            "entity:block_content:blok_galereya" => array:11 [ …11]
            "entity:block_content:blok_slayder" => array:11 [ …11]
            "entity:block_content:promo" => array:11 [ …11]
            "entity:block_content_type" => array:12 [ …12]
            "entity:comment" => array:12 [ …12]
            "entity:comment:comment" => array:11 [ …11]
            "entity:comment_type" => array:12 [ …12]
            "entity:commerce_checkout_flow" => array:12 [ …12]
            "entity:commerce_number_pattern" => array:12 [ …12]
            "entity:commerce_order_item_type" => array:12 [ …12]
            "entity:commerce_order_type" => array:12 [ …12]
            "entity:commerce_order_item" => array:12 [ …12]
            "entity:commerce_order_item:default" => array:11 [ …11]
            "entity:commerce_order" => array:12 [ …12]
            "entity:commerce_order:default" => array:11 [ …11]
            "entity:commerce_payment_method" => array:12 [ …12]
            "entity:commerce_payment_method:credit_card" => array:11 [ …11]
            "entity:commerce_payment_method:paypal" => array:11 [ …11]
            "entity:commerce_payment_gateway" => array:12 [ …12]
            "entity:commerce_payment" => array:12 [ …12]
            "entity:commerce_payment:payment_default" => array:11 [ …11]
            "entity:commerce_payment:payment_manual" => array:11 [ …11]
            "entity:commerce_currency" => array:12 [ …12]
            "entity:commerce_product_variation" => array:12 [ …12]
            "entity:commerce_product_variation:default" => array:11 [ …11]
            "entity:commerce_product_type" => array:12 [ …12]
            "entity:commerce_product" => array:12 [ …12]
            "entity:commerce_product:default" => array:11 [ …11]
            "entity:commerce_product_variation_type" => array:12 [ …12]
            "entity:commerce_product_attribute_value" => array:12 [ …12]
            "entity:commerce_product_attribute_value:cvet" => array:11 [ …11]
            "entity:commerce_product_attribute" => array:12 [ …12]
            "entity:commerce_store" => array:12 [ …12]
            "entity:commerce_store:online" => array:11 [ …11]
            "entity:commerce_store_type" => array:12 [ …12]
            "entity:contact_message" => array:12 [ …12]
            "entity:contact_message:personal" => array:11 [ …11]
            "entity:contact_form" => array:12 [ …12]
            "entity:context" => array:12 [ …12]
            "entity:editor" => array:12 [ …12]
            "entity:facets_facet" => array:12 [ …12]
            "entity:facets_facet_source" => array:12 [ …12]
            "entity:field_config" => array:12 [ …12]
            "entity:field_storage_config" => array:12 [ …12]
            "entity:file" => array:12 [ …12]
            "entity:filter_format" => array:12 [ …12]
            "entity:google_tag_container" => array:12 [ …12]
            "entity:image_style" => array:12 [ …12]
            "entity:imageapi_optimize_pipeline" => array:12 [ …12]
            "entity:imce_profile" => array:12 [ …12]
            "entity:configurable_language" => array:12 [ …12]
            "entity:language_content_settings" => array:12 [ …12]
            "entity:media_type" => array:12 [ …12]
            "entity:media" => array:12 [ …12]
            "entity:media:audio" => array:11 [ …11]
            "entity:media:document" => array:11 [ …11]
            "entity:media:image" => array:11 [ …11]
            "entity:media:remote_video" => array:11 [ …11]
            "entity:media:video" => array:11 [ …11]
            "entity:menu_link_content" => array:12 [ …12]
            "entity:menu_link_content:menu_link_content" => array:11 [ …11]
            "entity:metatag_defaults" => array:12 [ …12]
            "entity:node" => array:12 [ …12]
            "entity:node:article" => array:11 [ …11]
            "entity:node:direction" => array:11 [ …11]
            "entity:node:dop" => array:11 [ …11]
            "entity:node:draggableviews_demo" => array:11 [ …11]
            "entity:node:faq" => array:11 [ …11]
            "entity:node:letters" => array:11 [ …11]
            "entity:node:page" => array:11 [ …11]
            "entity:node:projects" => array:11 [ …11]
            "entity:node:reviews" => array:11 [ …11]
            "entity:node:services" => array:11 [ …11]
            "entity:node:slayder" => array:11 [ …11]
            "entity:node:tekhnicheskaya_dokumentaciya" => array:11 [ …11]
            "entity:node:usefor" => array:11 [ …11]
            "entity:node:video" => array:11 [ …11]
            "entity:node:vystavochnye_ploschadi" => array:11 [ …11]
            "entity:node:webform" => array:11 [ …11]
            "entity:node_type" => array:12 [ …12]
            "entity:path_alias" => array:12 [ …12]
            "entity:profile" => array:12 [ …12]
            "entity:profile:customer" => array:11 [ …11]
            "entity:profile_type" => array:12 [ …12]
            "entity:redirect" => array:12 [ …12]
            "entity:redirect:redirect" => array:11 [ …11]
            "entity:responsive_image_style" => array:12 [ …12]
            "entity:rest_resource_config" => array:12 [ …12]
            "entity:rules_reaction_rule" => array:12 [ …12]
            "entity:rules_component" => array:12 [ …12]
            "entity:search_api_index" => array:12 [ …12]
            "entity:search_api_server" => array:12 [ …12]
            "entity:search_api_task" => array:12 [ …12]
            "entity:shortcut" => array:12 [ …12]
            "entity:shortcut:default" => array:11 [ …11]
            "entity:shortcut_set" => array:12 [ …12]
            "entity:sms_report" => array:12 [ …12]
            "entity:sms_result" => array:12 [ …12]
            "entity:sms_gateway" => array:12 [ …12]
            "entity:phone_number_settings" => array:12 [ …12]
            "entity:sms_phone_number_verification" => array:12 [ …12]
            "entity:sms" => array:12 [ …12]
            "entity:menu" => array:12 [ …12]
            "entity:action" => array:12 [ …12]
            "entity:taxonomy_vocabulary" => array:12 [ …12]
            "entity:taxonomy_term" => array:12 [ …12]
            "entity:taxonomy_term:catalog" => array:11 [ …11]
            "entity:taxonomy_term:cvet" => array:11 [ …11]
            "entity:taxonomy_term:dlina" => array:11 [ …11]
            "entity:taxonomy_term:dopolneniya" => array:11 [ …11]
            "entity:taxonomy_term:kategoriya_faq" => array:11 [ …11]
            "entity:taxonomy_term:kategoriya_statey" => array:11 [ …11]
            "entity:taxonomy_term:naznachenie" => array:11 [ …11]
            "entity:taxonomy_term:nomenklatura" => array:11 [ …11]
            "entity:taxonomy_term:osveschenie" => array:11 [ …11]
            "entity:taxonomy_term:otzyvy" => array:11 [ …11]
            "entity:taxonomy_term:preimuschestva" => array:11 [ …11]
            "entity:taxonomy_term:shirina" => array:11 [ …11]
            "entity:taxonomy_term:shkafy_i_boksy" => array:11 [ …11]
            "entity:taxonomy_term:sistemy_khraneniya" => array:11 [ …11]
            "entity:taxonomy_term:sovmestimost" => array:11 [ …11]
            "entity:taxonomy_term:tags" => array:11 [ …11]
            "entity:taxonomy_term:tip" => array:11 [ …11]
            "entity:taxonomy_term:tip_konstrukcii" => array:11 [ …11]
            "entity:taxonomy_term:tip_kryshi" => array:11 [ …11]
            "entity:taxonomy_term:tip_produkta" => array:11 [ …11]
            "entity:taxonomy_term:tip_vorot" => array:11 [ …11]
            "entity:taxonomy_term:v_komplekte" => array:11 [ …11]
            "entity:taxonomy_term:vorota_i_rollety" => array:11 [ …11]
            "entity:taxonomy_term:vysota" => array:11 [ …11]
            "entity:taxonomy_menu" => array:12 [ …12]
            "entity:tb_megamenu" => array:12 [ …12]
            "entity:url_redirect" => array:12 [ …12]
            "entity:user_role" => array:12 [ …12]
            "entity:user" => array:12 [ …12]
            "entity:webform_submission" => array:12 [ …12]
            "entity:webform" => array:12 [ …12]
            "entity:webform_options" => array:12 [ …12]
            "entity:webform_image_select_images" => array:12 [ …12]
            "entity:pathauto_pattern" => array:12 [ …12]
            "entity:xmlsitemap" => array:12 [ …12]
            "entity:view" => array:12 [ …12]
            "entity:paragraphs_type" => array:12 [ …12]
            "entity:paragraph" => array:12 [ …12]
            "entity:entity_view_mode" => array:12 [ …12]
            "entity:entity_form_mode" => array:12 [ …12]
            "entity:entity_view_display" => array:12 [ …12]
            "entity:entity_form_display" => array:12 [ …12]
            "entity:base_field_override" => array:12 [ …12]
            "entity:date_format" => array:12 [ …12]
            "entity:webform_submission:contact" => array:11 [ …11]
            "entity:webform_submission:dileram_forma_vnizu" => array:11 [ …11]
            "entity:webform_submission:dileram_popup" => array:11 [ …11]
            "entity:webform_submission:khotite_bolshe_primerov" => array:11 [ …11]
            "entity:webform_submission:konsultaciya_popup" => array:11 [ …11]
            "entity:webform_submission:konsultaciya_specialista" => array:11 [ …11]
            "entity:webform_submission:maincontrol" => array:11 [ …11]
            "entity:webform_submission:poluchit_skidku" => array:11 [ …11]
            "entity:webform_submission:quiz" => array:11 [ …11]
            "entity:webform_submission:quiz_parking" => array:11 [ …11]
            "entity:webform_submission:test" => array:11 [ …11]
            "entity:webform_submission:zadat_vopros_popup" => array:11 [ …11]
            "entity:webform_submission:zakaz_proekta" => array:11 [ …11]
            "entity:webform_submission:zakaz_tovara" => array:11 [ …11]
            "entity:webform_submission:zakazat_obratnyy_zvonok" => array:11 [ …11]
            "entity:webform_submission:zapisatsya_popup" => array:11 [ …11]
            "entity:webform_submission:zapros_scheta_na_oplatu" => array:11 [ …11]
            "entity:webform_submission:zaprosit_kommercheskoe_predlozhe" => array:11 [ …11]
            "entity:webform_submission:zayavka_na_uslugu" => array:11 [ …11]
            "entity:paragraph:dopolnenie" => array:11 [ …11]
            "entity:paragraph:nomenklatura" => array:11 [ …11]
            "entity:paragraph:preimuschestva" => array:11 [ …11]
            "entity:paragraph:tabs" => array:11 [ …11]
            "entity:paragraph:tovar" => array:11 [ …11]
            "entity:paragraph:v_komplekte" => array:11 [ …11]
            "entity_reference" => array:8 [ …8]
            "float" => array:8 [ …8]
            "email" => array:9 [ …9]
            "timestamp" => array:8 [ …8]
            "list" => array:8 [ …8]
            "binary" => array:8 [ …8]
            "string" => array:8 [ …8]
            "any" => array:8 [ …8]
            "uri" => array:8 [ …8]
            "map" => array:8 [ …8]
            "timespan" => array:8 [ …8]
            "datetime_iso8601" => array:8 [ …8]
            "language_reference" => array:8 [ …8]
            "boolean" => array:8 [ …8]
            "language" => array:9 [ …9]
            "duration_iso8601" => array:8 [ …8]
            "integer" => array:8 [ …8]
            "field_item:address_country" => array:13 [ …13]
            "field_item:address_zone" => array:14 [ …14]
            "field_item:address" => array:13 [ …13]
            "field_item:comment" => array:14 [ …14]
            "field_item:commerce_remote_id" => array:13 [ …13]
            "field_item:commerce_plugin_item:commerce_condition" => array:15 [ …15]
            "field_item:commerce_plugin_item:commerce_promotion_offer" => array:15 [ …15]
            "field_item:commerce_adjustment" => array:12 [ …12]
            "field_item:commerce_price" => array:13 [ …13]
            "field_item:datetime" => array:14 [ …14]
            "field_item:daterange" => array:13 [ …13]
            "field_item:dynamic_entity_reference" => array:13 [ …13]
            "field_item:entity_reference_revisions" => array:13 [ …13]
            "field_item:file_uri" => array:13 [ …13]
            "field_item:file" => array:15 [ …15]
            "field_item:geolocation" => array:13 [ …13]
            "field_item:image" => array:16 [ …16]
            "field_item:link" => array:14 [ …14]
            "field_item:metatag" => array:14 [ …14]
            "field_item:list_string" => array:14 [ …14]
            "field_item:list_integer" => array:14 [ …14]
            "field_item:list_float" => array:14 [ …14]
            "field_item:path" => array:13 [ …13]
            "field_item:redirect_source" => array:13 [ …13]
            "field_item:state" => array:13 [ …13]
            "field_item:telephone" => array:13 [ …13]
            "field_item:text_with_summary" => array:14 [ …14]
            "field_item:text" => array:14 [ …14]
            "field_item:text_long" => array:14 [ …14]
            "field_item:webform" => array:13 [ …13]
            "field_item:email" => array:13 [ …13]
            "field_item:boolean" => array:13 [ …13]
            "field_item:string" => array:13 [ …13]
            "field_item:uri" => array:13 [ …13]
            "field_item:timestamp" => array:14 [ …14]
            "field_item:password" => array:11 [ …11]
            "field_item:uuid" => array:12 [ …12]
            "field_item:decimal" => array:13 [ …13]
            "field_item:entity_reference" => array:13 [ …13]
            "field_item:map" => array:11 [ …11]
            "field_item:changed" => array:13 [ …13]
            "field_item:float" => array:13 [ …13]
            "field_item:string_long" => array:13 [ …13]
            "field_item:integer" => array:13 [ …13]
            "field_item:created" => array:13 [ …13]
            "field_item:language" => array:14 [ …14]
          ]
          #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#102
            #maxRows: 5000
            #bin: "cache_discovery"
            #connection: Drupal\mysql\Driver\Database\mysql\Connection {#16 …24}
            #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#64 …4}
          }
          #useCaches: true
          #validator: null
          #constraintManager: Drupal\Core\Validation\ConstraintManager {#310
            #discovery: null
            #factory: Drupal\Core\Validation\ConstraintFactory {#311 …2}
            #mapper: null
            #cacheKey: "validation_constraint_plugins"
            #cacheTags: []
            #alterHook: "validation_constraint"
            #subdir: "Plugin/Validation/Constraint"
            #moduleHandler: Drupal\Core\Extension\ModuleHandler {#107}
            #defaults: []
            #pluginDefinitionAnnotationName: "Drupal\Core\Validation\Annotation\Constraint"
            #pluginInterface: null
            #namespaces: ArrayObject {#312}
            #additionalAnnotationNamespaces: []
            #definitions: null
            #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#102}
            #useCaches: true
          }
          #prototypes: array:77 [
            "entity:commerce_product:default::body" => Drupal\Core\Field\FieldItemList {#2596 …9}
            "entity:commerce_product:default:body.0:processed" => Drupal\text\TextProcessed {#2784 …8}
            "entity:commerce_product:default:body.0:summary_processed" => Drupal\text\TextProcessed {#2786 …8}
            "entity:commerce_product:default:body" => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem {#2739 …9}
            "entity:commerce_product:default::field_advantages" => Drupal\Core\Field\EntityReferenceFieldItemList {#2792 …9}
            "entity:commerce_product:default:field_advantages.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2799 …9}
            "entity:commerce_product:default:field_advantages" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2794 …9}
            "entity:commerce_product:default::field_category" => Drupal\Core\Field\EntityReferenceFieldItemList {#2894 …9}
            "entity:commerce_product:default:field_category.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2900 …9}
            "entity:commerce_product:default:field_category" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2896 …9}
            "entity:commerce_product:default::field_char1" => Drupal\Core\Field\EntityReferenceFieldItemList {#2907 …9}
            "entity:commerce_product:default:field_char1.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2913 …9}
            "entity:commerce_product:default:field_char1" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2909 …9}
            "entity:commerce_product:default::field_complect" => Drupal\Core\Field\EntityReferenceFieldItemList {#2920 …9}
            "entity:commerce_product:default:field_complect.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2926 …9}
            "entity:commerce_product:default:field_complect" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2922 …9}
            "entity:commerce_product:default::field_dlina" => Drupal\Core\Field\EntityReferenceFieldItemList {#2943 …9}
            "entity:commerce_product:default:field_dlina.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2949 …9}
            "entity:commerce_product:default:field_dlina" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2945 …9}
            "entity:commerce_product:default::field_dopolneniya" => Drupal\Core\Field\EntityReferenceFieldItemList {#2956 …9}
            "entity:commerce_product:default::field_galereya" => Drupal\file\Plugin\Field\FieldType\FileFieldItemList {#2958 …9}
            "entity:commerce_product:default:field_galereya.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3025 …9}
            "entity:commerce_product:default:field_galereya" => Drupal\image\Plugin\Field\FieldType\ImageItem {#2963 …9}
            "entity:commerce_product:default::field_hidedop" => Drupal\Core\Field\FieldItemList {#3040 …9}
            "entity:commerce_product:default:field_hidedop" => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem {#3042 …9}
            "entity:commerce_product:default::field_hideuseful" => Drupal\Core\Field\FieldItemList {#3047 …9}
            "entity:commerce_product:default:field_hideuseful" => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem {#3049 …9}
            "entity:commerce_product:default::field_metatags" => Drupal\metatag\Plugin\Field\FieldType\MetatagFieldItemList {#3054 …9}
            "entity:commerce_product:default::field_naznachenie" => Drupal\Core\Field\EntityReferenceFieldItemList {#3056 …9}
            "entity:commerce_product:default::field_nom" => Drupal\Core\Field\EntityReferenceFieldItemList {#3058 …9}
            "entity:commerce_product:default:field_nom.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3064 …9}
            "entity:commerce_product:default:field_nom" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3060 …9}
            "entity:commerce_product:default::field_osveschenie" => Drupal\Core\Field\EntityReferenceFieldItemList {#3081 …9}
            "entity:commerce_product:default::field_rekomenduem_posmotret" => Drupal\Core\Field\EntityReferenceFieldItemList {#3083 …9}
            "entity:commerce_product:default::field_shirina" => Drupal\Core\Field\EntityReferenceFieldItemList {#3085 …9}
            "entity:commerce_product:default:field_shirina.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3091 …9}
            "entity:commerce_product:default:field_shirina" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3087 …9}
            "entity:commerce_product:default::field_shkafy_i_boksy" => Drupal\Core\Field\EntityReferenceFieldItemList {#3098 …9}
            "entity:commerce_product:default::field_sistemy_khraneniya" => Drupal\Core\Field\EntityReferenceFieldItemList {#3100 …9}
            "entity:commerce_product:default::field_size" => Drupal\Core\Field\FieldItemList {#3102 …9}
            "entity:commerce_product:default:field_size" => Drupal\Core\Field\Plugin\Field\FieldType\StringItem {#3104 …9}
            "entity:commerce_product:default::field_size2" => Drupal\Core\Field\FieldItemList {#3109 …9}
            "entity:commerce_product:default::field_size3" => Drupal\Core\Field\FieldItemList {#3111 …9}
            "entity:commerce_product:default::field_skhemy" => Drupal\file\Plugin\Field\FieldType\FileFieldItemList {#3113 …9}
            "entity:commerce_product:default::field_sovmestimost" => Drupal\Core\Field\EntityReferenceFieldItemList {#3115 …9}
            "entity:commerce_product:default::field_tags" => Drupal\Core\Field\EntityReferenceFieldItemList {#3117 …9}
            "entity:commerce_product:default:field_tags.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3123 …9}
            "entity:commerce_product:default:field_tags" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3119 …9}
            "entity:commerce_product:default::field_tip" => Drupal\Core\Field\EntityReferenceFieldItemList {#3180 …9}
            "entity:commerce_product:default::field_tip_konstrukcii" => Drupal\Core\Field\EntityReferenceFieldItemList {#3182 …9}
            "entity:commerce_product:default:field_tip_konstrukcii.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3188 …9}
            "entity:commerce_product:default:field_tip_konstrukcii" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3184 …9}
            "entity:commerce_product:default::field_tip_vorot" => Drupal\Core\Field\EntityReferenceFieldItemList {#3195 …9}
            "entity:commerce_product:default:field_tip_vorot.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3201 …9}
            "entity:commerce_product:default:field_tip_vorot" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3197 …9}
            "entity:commerce_product:default::field_ves" => Drupal\Core\Field\FieldItemList {#3208 …9}
            "entity:commerce_product:default:field_ves" => Drupal\Core\Field\Plugin\Field\FieldType\StringItem {#3210 …9}
            "entity:commerce_product:default::field_video" => Drupal\Core\Field\EntityReferenceFieldItemList {#3215 …9}
            "entity:commerce_product:default:field_video.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3222 …9}
            "entity:commerce_product:default:field_video" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3217 …9}
            "entity:commerce_product:default::field_vorota_i_rollety" => Drupal\Core\Field\EntityReferenceFieldItemList {#3311 …9}
            "entity:commerce_product:default::field_vysota" => Drupal\Core\Field\EntityReferenceFieldItemList {#3313 …9}
            "entity:commerce_product:default:field_vysota.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3319 …9}
            "entity:commerce_product:default:field_vysota" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3315 …9}
            "entity:commerce_product:default::title" => Drupal\Core\Field\FieldItemList {#3326 …9}
            "entity:commerce_product:default:title" => Drupal\Core\Field\Plugin\Field\FieldType\StringItem {#3327 …9}
            "entity:commerce_product:default::variations" => Drupal\Core\Field\EntityReferenceFieldItemList {#3332 …9}
            "entity:commerce_product:default:variations.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3338 …9}
            "entity:commerce_product:default:variations" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3333 …9}
            "entity:commerce_product:default:body.0:summary" => Drupal\Core\TypedData\Plugin\DataType\StringData {#3411 …8}
            "entity:commerce_product:default:body.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#3517 …8}
            "entity:commerce_product:default:field_size.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#3986 …8}
            "entity:commerce_product:default:field_ves.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#4211 …8}
            "entity:commerce_product:default:title.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#4336 …8}
            "entity:commerce_product_variation:default::product_id" => Drupal\Core\Field\EntityReferenceFieldItemList {#4491 …9}
            "entity:commerce_product_variation:default:product_id.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#4503 …9}
            "entity:commerce_product_variation:default:product_id" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#4492 …9}
          ]
          #classResolver: Drupal\Core\DependencyInjection\ClassResolver {#74
            #_serviceIds: []
            #_entityStorages: []
            #container: Drupal\Core\DependencyInjection\Container {#22}
          }
          #_serviceIds: []
          #_entityStorages: []
        }
        #list: array:1 [
          0 => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#4507
            #definition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3362}
            #name: 0
            #parent: Drupal\Core\Field\EntityReferenceFieldItemList {#4494}
            #_serviceIds: []
            #_entityStorages: []
            #stringTranslation: null
            #typedDataManager: Drupal\Core\TypedData\TypedDataManager {#935}
            #values: array:1 [ …1]
            #properties: array:1 [ …1]
          }
        ]
        #langcode: "ru"
      }
    ]
  ]
  #fieldDefinitions: array:19 [
    "variation_id" => Drupal\Core\Field\BaseFieldDefinition {#3339}
    "uuid" => Drupal\Core\Field\BaseFieldDefinition {#3342}
    "langcode" => Drupal\Core\Field\BaseFieldDefinition {#3345}
    "type" => Drupal\Core\Field\BaseFieldDefinition {#3348}
    "uid" => Drupal\Core\Field\BaseFieldDefinition {#3350}
    "status" => Drupal\Core\Field\BaseFieldDefinition {#3354}
    "product_id" => Drupal\Core\Field\BaseFieldDefinition {#3359}
    "sku" => Drupal\Core\Field\BaseFieldDefinition {#3363}
    "title" => Drupal\Core\Field\BaseFieldDefinition {#3367}
    "list_price" => Drupal\Core\Field\BaseFieldDefinition {#3371}
    "price" => Drupal\Core\Field\BaseFieldDefinition {#3375}
    "created" => Drupal\Core\Field\BaseFieldDefinition {#3379}
    "changed" => Drupal\Core\Field\BaseFieldDefinition {#3383}
    "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#3387}
    "attribute_cvet" => Drupal\field\Entity\FieldConfig {#4495}
    "field_3d" => Drupal\field\Entity\FieldConfig {#4496}
    "field_cena_dlya_xml" => Drupal\field\Entity\FieldConfig {#4497}
    "field_excele_artikul" => Drupal\field\Entity\FieldConfig {#4498}
    "field_vfoto" => Drupal\field\Entity\FieldConfig {#4499}
  ]
  #languages: array:3 [
    "ru" => Drupal\Core\Language\Language {#1940
      #name: "Russian"
      #id: "ru"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "und" => Drupal\Core\Language\Language {#1935
      #name: "Не указано"
      #id: "und"
      #direction: "ltr"
      #weight: 2
      #locked: true
    }
    "zxx" => Drupal\Core\Language\Language {#1942
      #name: "Не применимо"
      #id: "zxx"
      #direction: "ltr"
      #weight: 3
      #locked: true
    }
  ]
  #langcodeKey: "langcode"
  #defaultLangcodeKey: "default_langcode"
  #activeLangcode: "x-default"
  #defaultLangcode: "ru"
  #translations: array:1 [
    "x-default" => array:2 [
      "status" => 1
      "entity" => Drupal\commerce_product\Entity\ProductVariation {#4484}
    ]
  ]
  #translationInitialize: false
  #newRevision: false
  #isDefaultRevision: true
  #entityKeys: array:4 [
    "bundle" => "default"
    "id" => "352"
    "uuid" => "6022c464-e008-4cb7-8a08-0b7a9da8760e"
    "revision" => null
  ]
  #translatableEntityKeys: array:6 [
    "langcode" => array:1 [
      "x-default" => "ru"
    ]
    "label" => array:1 [
      "x-default" => "RAL 1015"
    ]
    "published" => array:1 [
      "x-default" => "1"
    ]
    "owner" => array:1 [
      "x-default" => "1"
    ]
    "uid" => array:1 [
      "x-default" => "1"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
  ]
  #validated: false
  #validationRequired: false
  #loadedRevisionId: null
  #revisionTranslationAffectedKey: "revision_translation_affected"
  #enforceRevisionTranslationAffected: []
  #isSyncing: false
}
Купить Блок Контейнер с Двускатной Крышей Премиум SKOGGY Mini | SKOGGY
0%

Блок Контейнер с Двускатной Крышей Премиум SKOGGY Mini

Размер (ДxШxВ):
2,3х2,2х2,6
Вес (кг):
310
Популярные цвета:
RAL 1015

Окна для освещения

Пол на выбор

Улучшенные петли

Улучшенный замок

от
364 400 ₽

Различные цвета

Изготавливаем в цинке, различных цветах RAL. Возможно частичное или полное брендирование посредством нанесения печати. Если у вас есть любимая картинка или рисунок - мы можем его напечатать на контейнере.

RAL 8017
RAL 7024
RAL 7035
RAL 6005
RAL 7004
RAL 9003
RAL 3005
RAL 5005
RAL 1014
И другие нестандартные RAL по запросу
Профнастил в цвете “под дерево”
Пепельный дуб
Пепельный дуб
Дуб Грэй
Дуб Грэй
Тёмный дуб
Тёмный дуб
Дуб 3Д
Дуб 3Д
Три “уютных” принта под дерево, в случае если вы хотите сочетать практичность металла с природным цветом 🌿
Примеры кастомного принта

О товаре

Трудно найти металлический контейнер, который будет соответствовать всем запросам клиента. Но новый премиальный блок-контейнер от SKOGGY с двускатной крышей и окнами станет идеальным местом для хранения любого имущества. Он отличается не только высокой прочностью, но и эстетичным внешним видом, который выделяет его среди других моделей.

Мобильность

Блок-контейнер легко переместить самостоятельно, без использования манипулятора. Благодаря его мобильности вы легко:

  • быстро соберете контейнер;
  • быстро разберете его.

Разобранный блок-контейнер очень компактный. Его небольшой вес и габариты позволят транспортировать его на любой, даже самый труднодоступный участок.

Процесс сборки-разборки

  • чтобы собрать блок-контейнер, не нужно специальных навыков и инструментов. С этим справится даже новичок;
  • просто закрепите детали на саморезы, и контейнер готов к использованию;
  • вам потребуется только отвертка и пара часов свободного времени. А еще – помощь напарника.

Цикличность эксплуатации

  • блок-контейнер можно собирать и разбирать в зависимости от ваших потребностей. Он не сломается и не испортится;
  • даже через 10, 20, 30 лет эксплуатации он будет как новый;
  • блок-контейнеры пользуются высоким спросом, поэтому вы всегда сможете выгодно продать изделие.

Где угодно и для чего угодно

Блок-контейнер – это универсальное помещение для хранения. Он подойдет для любого участка, поэтому его можно установить везде:

  • на даче;
  • на строительном объекте;
  • на производственной площадке;
  • на складе;
  • в вахтовом поселке и т.д.

Блок-контейнер подходит для хранения любого имущества, в том числе:

  • строительных материалов;
  • инвентаря;
  • мелкого и крупного оборудования;
  • старых вещей;
  • дров;
  • домашних заготовок;
  • детских игрушек;
  • мототехники и лодок.

Внутри и снаружи

Для комфортной эксплуатации установите в блок-контейнере аксессуары – удобные системы хранения. Они представлены в линейке компании SKOGGY и позволяют значительно сэкономить место. Мы предлагаем установку:

  • полок;
  • инструментальных панелей;
  • угловых стеллажей;
  • террасных шкафов;
  • боксов для хранения;
  • боксов для шин.

Дизайн

  • оформить контейнер можно так, как вам хочется. Это может быть оцинкованная сталь или любой цвет из палитры RAL: среди множества оттенков обязательно найдется подходящий;
  • при необходимости можно нанести граффити – любой печатный рисунок;
  • на блок-контейнер также можно нанести логотип, надпись или водяной знак. Это придаст ему узнаваемость.

Особенности

  • корпус блок-контейнера вместит все, что необходимо;
  • двускатная крыша предотвратит скопление осадков;
  • окна в блок-контейнере отвечают за вентиляцию и попадание солнечного света;
  • заказчик сам выбирает тип пола. Это может быть OSB или металл.

Стоимость изделия зависит от типа пола.

Технические характеристики

Номенклатура
Внутренние усиления:
оцинкованный металл в порошковой окраске 2мм
Дополнительно может:
укомплектовываться доводчиками
Крыша:
оцинкованный металл в порошковой окраске 1 мм
Пол:
OSB 18 мм или металлический рифленный лист 3 мм (на выбор)
Стены:
оцинкованный металл в порошковой окраске 1 мм
Фасонные элементы пола:
оцинкованный металл в порошковой окраске 2 мм
В комплекте
Боковые стойки
4 шт
Двери в сборе
2 шт
В комплекте
профиля, соед.элементы, метизы
Крыша в сборе
1 комплект
Панели стен
6 или 9 шт
Пол в сборе
1 комплект

Часто задаваемые вопросы

Смотреть все
Какие материалы используются для изготовления контейнера?

По своей конструкции контейнер Skoggy представляет модульное сооружение, которое состоит из сборных элементов. При сборке элементы устанавливаются один в другой и фиксируются болтовыми соединениями. Конструкция дверей, крыши и стен представляют собой каркас из сложногнутого профиля толщиной 0,7 мм. Каркас обшивается профлистом НС-35 толщиной 0,45-0,55 мм. Такая толщина оптимальна для обеспечения прочности и устойчивости конструкции.

Для пола используется сложногнутый профиль толщиной 2,0 мм. В зависимости от модели контейнера для настила пола используются…

У вас есть к нам вопрос?
Отправьте нам его, и мы ответим в течение часа!

Наши проекты

Новости и полезные материалы

Все новости
26.03.2025
Проведите выходные с пользой и максимальной выгодой! Приезжайте на дни открытых дверей в SKOGGY!
07.03.2025
Поздравляем женщин с прекрасным праздником 8 марта! А также напоминаем о выгодных мартовских акциях.
07.03.2025
Даем практические советы по изготовлению мини теплицы на дачном участке своими руками, а также обращаем внимание на альтернативные варианты.

Отзывы о нас

Все отзывы
Вадим Семин
15.01.2025

Всё отлично, привезли вовремя собрали ребята быстро. Менеджеру отдельное спасибо за подсказки и разъяснения

Солехжон Махмудов
18.12.2024

Сотрудничал с компанией Скогги, закаказывал сарай на дачу. Остался довольным качеством материалов. Конструкция прочная, устойчивая!

Кадимов Арай
13.12.2024

У компании Скогги, пoкупал хозблок для дачи. Заказ делал с доставкой и сборкой. Достaвили на вторую неделю, установили быстро. Понравилось качество материaла, смотрится отлично. Спасибо.

Присоединяйтесь к нам в соцсетях

Ежедневные интересные посты, акции и предложения в VK.com

Уличный металлический шкаф SKOGGY для инвентаря и шин в деревне Алексеево, Московская область 00:25
29.03.2025
Уличный шкаф SKOGGY из прочной стали для хранения дачного инвентаря, шин и автозапчастей. Заказчик ...
40 Views 0 Likes 0 Comments
28 марта 2025 г. 00:46
28.03.2025
409 Views 4 Likes 0 Comments
Lorem ipsum dolor sit amet.
94 Views
4
Show more
Напишите нам
в WhatsApp
Напишите нам
в WhatsApp