You are here

public function LPManagedContent::getCoordinateY in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/Entity/LPManagedContent.php \Drupal\opigno_learning_path\Entity\LPManagedContent::getCoordinateY()

Returns Y coordinate.

File

src/Entity/LPManagedContent.php, line 207

Class

LPManagedContent
Defines the Learning Path Content entity.

Namespace

Drupal\opigno_learning_path\Entity

Code

public function getCoordinateY() {
  return $this
    ->get('coordinate_y')->value;
}