public function Device::getWeight in Responsive Theme Preview 8
Gets the device weight.
Return value
int The device weight.
Overrides DeviceInterface::getWeight
File
- src/
Entity/ Device.php, line 93
Class
- Device
- Defines the Device entity.
Namespace
Drupal\responsive_preview\EntityCode
public function getWeight() {
return $this->weight;
}