public function ContactFormInterface::getWeight in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 39 - Contains \Drupal\contact\ContactFormInterface.
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contactCode
public function getWeight();