function EntityTest::setOwner

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php \Drupal\entity_test\Entity\EntityTest::setOwner()
  2. 10 core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php \Drupal\entity_test\Entity\EntityTest::setOwner()
  3. 11.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php \Drupal\entity_test\Entity\EntityTest::setOwner()

Overrides EntityOwnerInterface::setOwner

File

core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php, line 139

Class

EntityTest
Defines the test entity class.

Namespace

Drupal\entity_test\Entity

Code

public function setOwner(UserInterface $account) {
    $this->set('user_id', $account->id());
    return $this;
}

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