public ContactFormInterface::setWeight($weight)
Sets the weight.
Parameters
int $weight: The desired weight.
Return value
$this
File
- core/modules/contact/src/ContactFormInterface.php, line 110
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contact
Code
public function setWeight($weight);
Please login to continue.