public function EasyEmailInterface::setCreatorId in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::setCreatorId()
Sets the entity creator's user ID.
Parameters
int $uid: The creator user id.
Return value
$this
1 method overrides EasyEmailInterface::setCreatorId()
- EasyEmail::setCreatorId in src/
Entity/ EasyEmail.php - Sets the entity creator's user ID.
File
- src/
Entity/ EasyEmailInterface.php, line 53
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function setCreatorId($uid);