You are here

public function DeviceInterface::setWeight in Responsive Theme Preview 8

Sets the device weight.

Parameters

int $weight: The device weight.

1 method overrides DeviceInterface::setWeight()
Device::setWeight in src/Entity/Device.php
Sets the device weight.

File

src/DeviceInterface.php, line 26

Class

DeviceInterface
Provides an interface for defining Device entities.

Namespace

Drupal\responsive_preview

Code

public function setWeight($weight);