You are here

public function VariantInterface::getWeight in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 58
Contains \Drupal\Core\Display\VariantInterface.

Class

VariantInterface
Provides an interface for DisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

public function getWeight();