You are here

public function ViewmodepagePatternInterface::getWeight in View Mode Page 3.2.x

Same name and namespace in other branches
  1. 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getWeight()
  2. 4.0.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_page

Code

public function getWeight();