public function SimpleMegaMenuInterface::setRevisionUserId in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Entity/SimpleMegaMenuInterface.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface::setRevisionUserId()
Sets the Simple mega menu revision author.
Parameters
int $uid: The user ID of the revision author.
Return value
\Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface The called Simple mega menu entity.
Overrides RevisionLogInterface::setRevisionUserId
File
- src/
Entity/ SimpleMegaMenuInterface.php, line 120
Class
- SimpleMegaMenuInterface
- Provides an interface for defining Simple mega menu entities.
Namespace
Drupal\simple_megamenu\EntityCode
public function setRevisionUserId($uid);