function ContactFormInterface::getWeight
Same name in other branches
- 8.9.x core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getWeight()
- 10 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getWeight()
- 11.x core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getWeight()
Returns the weight of this category (used for sorting).
Return value
int The weight of this category.
1 method overrides ContactFormInterface::getWeight()
- ContactForm::getWeight in core/
modules/ contact/ src/ Entity/ ContactForm.php - Returns the weight of this category (used for sorting).
File
-
core/
modules/ contact/ src/ ContactFormInterface.php, line 60
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contactCode
public function getWeight();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.