You are here

public function SectionAssociationInterface::getCurrentUserIds in Workbench Access 8

Returns an array of currently assigned user ids for the section.

Return value

array A positional array of user ids.

1 method overrides SectionAssociationInterface::getCurrentUserIds()
SectionAssociation::getCurrentUserIds in src/Entity/SectionAssociation.php
Returns an array of currently assigned user ids for the section.

File

src/Entity/SectionAssociationInterface.php, line 28

Class

SectionAssociationInterface
An interface for Section Association entity.

Namespace

Drupal\workbench_access\Entity

Code

public function getCurrentUserIds();