ContactForm::getWeight

public ContactForm::getWeight()

Returns the weight of this category (used for sorting).

Return value

int The weight of this category.

Overrides ContactFormInterface::getWeight

File

core/modules/contact/src/Entity/ContactForm.php, line 175

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

public function getWeight() {
  return $this->weight;
}
doc_Drupal
2016-10-29 08:56:21
Comments
Leave a Comment

Please login to continue.