You are here

public function WorkableItemInterface::getOwnerId in Drupal PM (Project Management) 4.x

Returns the entity owner's user ID.

Return value

int|null The owner user ID, or NULL in case the user ID field has not been set on the entity.

Overrides EntityOwnerInterface::getOwnerId

1 method overrides WorkableItemInterface::getOwnerId()
WorkableItem::getOwnerId in modules/pm_project/src/Entity/WorkableItem.php
Returns the entity owner's user ID.

File

modules/pm_project/src/Entity/WorkableItemInterface.php, line 53

Class

WorkableItemInterface
Interface for Workable Item.

Namespace

Drupal\pm_project\Entity

Code

public function getOwnerId();