Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityOwnerTrait.php

function EntityOwnerTrait::setOwner

File

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

Class

EntityOwnerTrait
Provides a trait for entities that have an owner.

Namespace

Drupal\user

Code

public function setOwner(UserInterface $account) {
    $key = $this->getEntityType()
        ->getKey('owner');
    $this->set($key, $account);
    return $this;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal