function VariantBase::setWeight

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.