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_previewCode
public function getWeight();