You are here

protected property ContactForm::$weight in Drupal 9

Same name and namespace in other branches
  1. 8 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 104

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

protected $weight = 0;