You are here

public function HomeboxLayoutInterface::getRevisionUser in Homebox 8

Gets the Homebox Layout revision author.

Return value

\Drupal\user\UserInterface The user entity for the revision author.

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/HomeboxLayoutInterface.php, line 98

Class

HomeboxLayoutInterface
Provides an interface for defining Homebox Layout entities.

Namespace

Drupal\homebox\Entity

Code

public function getRevisionUser();