public VariantBase::setWeight($weight)
Sets the weight of the display variant.
int $weight: The weight to set.
Overrides VariantInterface::setWeight
public function setWeight($weight) { $this->configuration['weight'] = (int) $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!VariantBase.php/function/VariantBase::setWeight/8.1.x