You are here

public function ScheduleInterface::setRevisionUserId in Business Rules 8

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

Sets the Schedule revision author.

Parameters

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

Return value

\Drupal\business_rules\Entity\ScheduleInterface The called Schedule entity.

Overrides RevisionLogInterface::setRevisionUserId

File

src/Entity/ScheduleInterface.php, line 111

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setRevisionUserId($uid);