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

1
2
3
public function setWeight($weight) {
  $this->configuration['weight'] = (int) $weight;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.