public function LocalTask::setOwnerId

File

translators/tmgmt_local/src/Entity/LocalTask.php, line 143

Class

LocalTask
Entity class for the local task entity.

Namespace

Drupal\tmgmt_local\Entity

Code

public function setOwnerId($uid) {
  $this
    ->set('uid', $uid);
  return $this;
}