You are here

public function ILTInterface::getNotifiedMembersIds in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getNotifiedMembersIds()

Returns ids of the recipient for email notification to the ILT.

Return value

int[] Array of users IDs.

1 method overrides ILTInterface::getNotifiedMembersIds()
ILT::getNotifiedMembersIds in src/Entity/ILT.php
Returns ids of the recipient for email notification to the ILT.

File

src/ILTInterface.php, line 250

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getNotifiedMembersIds();