public function VariantInterface::getWeight in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Display/VariantInterface.php \Drupal\Core\Display\VariantInterface::getWeight()
- 10 core/lib/Drupal/Core/Display/VariantInterface.php \Drupal\Core\Display\VariantInterface::getWeight()
Returns the weight of the display variant.
Return value
int The display variant weight.
1 method overrides VariantInterface::getWeight()
- VariantBase::getWeight in core/
lib/ Drupal/ Core/ Display/ VariantBase.php - Returns the weight of the display variant.
File
- core/
lib/ Drupal/ Core/ Display/ VariantInterface.php, line 55
Class
- VariantInterface
- Provides an interface for DisplayVariant plugins.
Namespace
Drupal\Core\DisplayCode
public function getWeight();