public function SupportTicketInterface::getRevisionAuthor in Support Ticketing System 8
Gets the support ticket revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
1 method overrides SupportTicketInterface::getRevisionAuthor()
- SupportTicket::getRevisionAuthor in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Gets the support ticket revision author.
File
- modules/
support_ticket/ src/ SupportTicketInterface.php, line 131 - Contains \Drupal\support_ticket\SupportTicketInterface.
Class
- SupportTicketInterface
- Provides an interface defining a support ticket entity.
Namespace
Drupal\support_ticketCode
public function getRevisionAuthor();