You are here

public function RegistrationInterface::getOwnerId in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getOwnerId()

Get the owner uid of this registration.

Return value

int The uid for the owner.

1 method overrides RegistrationInterface::getOwnerId()
Registration::getOwnerId in src/Entity/Registration.php
Get the owner uid of this registration.

File

src/Entity/RegistrationInterface.php, line 104

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function getOwnerId();