public function VariantInterface::setWeight

public VariantInterface::setWeight($weight)

Sets the weight of the display variant.

Parameters

int $weight: The weight to set.

File

core/lib/Drupal/Core/Display/VariantInterface.php, line 61

Class

VariantInterface
Provides an interface for DisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

public function setWeight($weight);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Display!VariantInterface.php/function/VariantInterface::setWeight/8.1.x