VariantInterface::setWeight

public VariantInterface::setWeight($weight)

Sets the weight of the display variant.

Parameters

int $weight: The weight to set.

File

core/lib/Drupal/Core/Display/VariantInterface.php, line 61

Class

VariantInterface
Provides an interface for DisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

1
public function setWeight($weight);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.