public function EasyEmailInterface::getCreator in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getCreator()
Returns the entity creator's user entity.
Return value
\Drupal\user\UserInterface The creator user entity.
1 method overrides EasyEmailInterface::getCreator()
- EasyEmail::getCreator in src/
Entity/ EasyEmail.php - Returns the entity creator's user entity.
File
- src/
Entity/ EasyEmailInterface.php, line 24
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getCreator();