Forms

  • BookingConstraint
    • status
    • unavailablePeriods
    • saisons
    • longStayDiscount
    • advancePayment
    • deposit
    • housework
    • stayTax
    • paymentMethods
    • advancePaymentDeadline
    • balancePaymentDeadline
    • soonBookingPaymentDelay
    • cautionPaymentDelay
    • maxNumber
    • surface
    • minDuration
    • maxDuration
    • blockedDaysAfterNow
    • offDuration
    • startHour
    • endHour
    • translations
    • _token

BookingConstraint

"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\BookingConstraint {#723
  -id: 1
  -status: true
  -maxNumber: 7
  -minDuration: 2
  -maxDuration: 90
  -unavailablePeriods: Doctrine\ORM\PersistentCollection {#729 …}
  -bookings: Doctrine\ORM\PersistentCollection {#705 …}
  -advancePayment: 0.3
  -deposit: 120000
  -paymentMethods: Doctrine\ORM\PersistentCollection {#772 …}
  -longStayDiscount: 0.1
  -saisons: Doctrine\ORM\PersistentCollection {#781 …}
  -balancePaymentDeadline: 30
  -advancePaymentDeadline: 2
  -offDuration: 1
  -blockedDaysAfterNow: 7
  -soonBookingPaymentDelay: 5
  -startHour: DateTime @54000 {#720
    date: 1970-01-01 16:00:00.0 Europe/Paris (+01:00)
  }
  -endHour: DateTime @32400 {#721
    date: 1970-01-01 10:00:00.0 Europe/Paris (+01:00)
  }
  -surface: 115
  -housework: 15000
  -cautionPaymentDelay: 7
  -stayTax: 198.0
  #translations: Doctrine\ORM\PersistentCollection {#810 …}
  #newTranslations: null
  #currentLocale: "fr"
  #defaultLocale: "fr"
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
attr
[
  "class" => "ea-edit-form"
  "id" => "edit-BookingConstraint-form"
]
[
  "class" => "ea-edit-form"
  "id" => "edit-BookingConstraint-form"
]
data
App\Entity\BookingConstraint {#723
  -id: 1
  -status: true
  -maxNumber: 7
  -minDuration: 2
  -maxDuration: 90
  -unavailablePeriods: Doctrine\ORM\PersistentCollection {#729 …}
  -bookings: Doctrine\ORM\PersistentCollection {#705 …}
  -advancePayment: 0.3
  -deposit: 120000
  -paymentMethods: Doctrine\ORM\PersistentCollection {#772 …}
  -longStayDiscount: 0.1
  -saisons: Doctrine\ORM\PersistentCollection {#781 …}
  -balancePaymentDeadline: 30
  -advancePaymentDeadline: 2
  -offDuration: 1
  -blockedDaysAfterNow: 7
  -soonBookingPaymentDelay: 5
  -startHour: DateTime @54000 {#720
    date: 1970-01-01 16:00:00.0 Europe/Paris (+01:00)
  }
  -endHour: DateTime @32400 {#721
    date: 1970-01-01 10:00:00.0 Europe/Paris (+01:00)
  }
  -surface: 115
  -housework: 15000
  -cautionPaymentDelay: 7
  -stayTax: 198.0
  #translations: Doctrine\ORM\PersistentCollection {#810 …}
  #newTranslations: null
  #currentLocale: "fr"
  #defaultLocale: "fr"
}
same as passed value
entityDto
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#703
  -isAccessible: true
  -fqcn: "App\Entity\BookingConstraint"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#741 …}
  -instance: App\Entity\BookingConstraint {#723
    -id: 1
    -status: true
    -maxNumber: 7
    -minDuration: 2
    -maxDuration: 90
    -unavailablePeriods: Doctrine\ORM\PersistentCollection {#729 …}
    -bookings: Doctrine\ORM\PersistentCollection {#705 …}
    -advancePayment: 0.3
    -deposit: 120000
    -paymentMethods: Doctrine\ORM\PersistentCollection {#772 …}
    -longStayDiscount: 0.1
    -saisons: Doctrine\ORM\PersistentCollection {#781 …}
    -balancePaymentDeadline: 30
    -advancePaymentDeadline: 2
    -offDuration: 1
    -blockedDaysAfterNow: 7
    -soonBookingPaymentDelay: 5
    -startHour: DateTime @54000 {#720
      date: 1970-01-01 16:00:00.0 Europe/Paris (+01:00)
    }
    -endHour: DateTime @32400 {#721
      date: 1970-01-01 10:00:00.0 Europe/Paris (+01:00)
    }
    -surface: 115
    -housework: 15000
    -cautionPaymentDelay: 7
    -stayTax: 198.0
    #translations: Doctrine\ORM\PersistentCollection {#810 …}
    #newTranslations: null
    #currentLocale: "fr"
    #defaultLocale: "fr"
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 1
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#956 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1512 …}
}
same as passed value
translation_domain
"admin_dashboard"
same as passed value

Resolved Options

View Variables