public function PageVariantInterface::getWeight in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageVariantInterface.php \Drupal\page_manager\PageVariantInterface::getWeight()
Gets the weight of this variant (compared to other variants on the page).
Return value
int
1 method overrides PageVariantInterface::getWeight()
- PageVariant::getWeight in src/
Entity/ PageVariant.php - Gets the weight of this variant (compared to other variants on the page).
File
- src/
PageVariantInterface.php, line 80
Class
- PageVariantInterface
- Provides an interface defining a PageVariant entity.
Namespace
Drupal\page_managerCode
public function getWeight();