public function ViewmodepagePatternInterface::getWeight in View Mode Page 8.3
Same name and namespace in other branches
- 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getWeight()
- 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getWeight()
Gets the weight of this pattern (compared to other patterns of this type).
Return value
int Returns the weight
1 method overrides ViewmodepagePatternInterface::getWeight()
- ViewmodepagePattern::getWeight in src/
Entity/ ViewmodepagePattern.php - Gets the weight of this pattern (compared to other patterns of this type).
File
- src/
ViewmodepagePatternInterface.php, line 78
Class
- ViewmodepagePatternInterface
- Provides an interface for defining Viewmodepage pattern entities.
Namespace
Drupal\view_mode_pageCode
public function getWeight();