function ContactFormInterface::getWeight

Same name and namespace in other branches
  1. 8.9.x core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getWeight()
  2. 10 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getWeight()
  3. 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\contact

Code

public function getWeight();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.