public function VariantBase::setWeight

public VariantBase::setWeight($weight)

Sets the weight of the display variant.

Parameters

int $weight: The weight to set.

Overrides VariantInterface::setWeight

File

core/lib/Drupal/Core/Display/VariantBase.php, line 64

Class

VariantBase
Provides a base class for DisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

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