You are here

public function DeviceInterface::getWeight in Responsive Theme Preview 8

Gets the device weight.

Return value

int The device weight.

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

File

src/DeviceInterface.php, line 18

Class

DeviceInterface
Provides an interface for defining Device entities.

Namespace

Drupal\responsive_preview

Code

public function getWeight();