You are here

public function SupportTicketInterface::setRevisionAuthorId in Support Ticketing System 8

Sets the support ticket revision author.

Parameters

int $uid: The user ID of the revision author.

Return value

\Drupal\support_ticket\SupportTicketInterface The called support ticket entity.

1 method overrides SupportTicketInterface::setRevisionAuthorId()
SupportTicket::setRevisionAuthorId in modules/support_ticket/src/Entity/SupportTicket.php
Sets the support ticket revision author.

File

modules/support_ticket/src/SupportTicketInterface.php, line 142
Contains \Drupal\support_ticket\SupportTicketInterface.

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function setRevisionAuthorId($uid);