You are here

public function EasyEmailInterface::getCreator in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getCreator();