protected property ContactForm::$weight in Drupal 10
Same name and namespace in other branches
- 8 core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::weight
- 9 core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::weight
The weight of the category.
Type: int
File
- core/
modules/ contact/ src/ Entity/ ContactForm.php, line 108
Class
- ContactForm
- Defines the contact form entity.
Namespace
Drupal\contact\EntityCode
protected $weight = 0;