You are here

public function ScheduleInterface::getRevisionUser in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getRevisionUser()

Gets the Schedule revision author.

Return value

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

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/ScheduleInterface.php, line 100

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getRevisionUser();