function EntityOwnerTrait::getOwnerId

Same name and namespace in other branches
  1. 9 core/modules/user/src/EntityOwnerTrait.php \Drupal\user\EntityOwnerTrait::getOwnerId()
  2. 10 core/modules/user/src/EntityOwnerTrait.php \Drupal\user\EntityOwnerTrait::getOwnerId()
  3. 11.x core/modules/user/src/EntityOwnerTrait.php \Drupal\user\EntityOwnerTrait::getOwnerId()
1 call to EntityOwnerTrait::getOwnerId()
Node::preSave in core/modules/node/src/Entity/Node.php
Acts on an entity before the presave hook is invoked.

File

core/modules/user/src/EntityOwnerTrait.php, line 48

Class

EntityOwnerTrait
Provides a trait for entities that have an owner.

Namespace

Drupal\user

Code

public function getOwnerId() {
    return $this->getEntityKey('owner');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.