public ContactFormInterface::getWeight()
Returns the weight of this category (used for sorting).
Return value
int The weight of this category.
File
- core/modules/contact/src/ContactFormInterface.php, line 60
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contact
Code
public function getWeight();
Please login to continue.