You are here

protected property PageVariant::$weight in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::weight

The weight of the page variant entity.

Type: int

File

src/Entity/PageVariant.php, line 68

Class

PageVariant
Defines the page variant entity.

Namespace

Drupal\page_manager\Entity

Code

protected $weight = 0;