function EntityOwnerInterface::getOwnerId
Same name in other branches
- 8.9.x core/modules/user/src/EntityOwnerInterface.php \Drupal\user\EntityOwnerInterface::getOwnerId()
- 10 core/modules/user/src/EntityOwnerInterface.php \Drupal\user\EntityOwnerInterface::getOwnerId()
- 11.x core/modules/user/src/EntityOwnerInterface.php \Drupal\user\EntityOwnerInterface::getOwnerId()
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.
1 method overrides EntityOwnerInterface::getOwnerId()
- EntityTest::getOwnerId in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Returns the entity owner's user ID.
File
-
core/
modules/ user/ src/ EntityOwnerInterface.php, line 42
Class
- EntityOwnerInterface
- Defines a common interface for entities that have an owner.
Namespace
Drupal\userCode
public function getOwnerId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.