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;
}
doc_Drupal
2016-10-29 09:53:28
Comments
Leave a Comment

Please login to continue.