You are here

public property Newsletter::$weight in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/Newsletter.php \Drupal\simplenews\Entity\Newsletter::weight
  2. 8 src/Entity/Newsletter.php \Drupal\simplenews\Entity\Newsletter::weight

Weight of this newsletter (used for sorting).

Type: int

File

src/Entity/Newsletter.php, line 152

Class

Newsletter
Defines the simplenews newsletter entity.

Namespace

Drupal\simplenews\Entity

Code

public $weight = 0;