public function OpignoGroupManagedContent::getCoordinateY in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoGroupManagedContent.php \Drupal\opigno_group_manager\Entity\OpignoGroupManagedContent::getCoordinateY()
Returns Y coordinate.
Return value
int The Y coordinate.
File
- src/
Entity/ OpignoGroupManagedContent.php, line 278
Class
- OpignoGroupManagedContent
- Defines the Opigno Group Content entity.
Namespace
Drupal\opigno_group_manager\EntityCode
public function getCoordinateY() {
return $this
->get('coordinate_y')->value;
}