You are here

public function DeviceInterface::getOrientation in Responsive Theme Preview 8

Gets the device orientation.

Return value

string The device orientation.

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

File

src/DeviceInterface.php, line 34

Class

DeviceInterface
Provides an interface for defining Device entities.

Namespace

Drupal\responsive_preview

Code

public function getOrientation();