You are here

public function EasyEmailInterface::getCreatorId in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getCreatorId()

Returns the entity creator's user ID.

Return value

int|null The creator user ID, or NULL in case the creator ID field has not been set on the entity.

1 method overrides EasyEmailInterface::getCreatorId()
EasyEmail::getCreatorId in src/Entity/EasyEmail.php
Returns the entity creator's user ID.

File

src/Entity/EasyEmailInterface.php, line 43

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getCreatorId();