public ContactForm::getWeight()
Returns the weight of this category (used for sorting).
Return value
int The weight of this category.
Overrides ContactFormInterface::getWeight
File
- core/modules/contact/src/Entity/ContactForm.php, line 175
Class
- ContactForm
- Defines the contact form entity.
Namespace
Drupal\contact\Entity
Code
1 2 3 | public function getWeight() { return $this ->weight; } |
Please login to continue.