You are here

public function HomeboxInterface::getRoles in Homebox 8

Gets the list of user role IDs.

Return value

array List of user role IDs.

1 method overrides HomeboxInterface::getRoles()
Homebox::getRoles in src/Entity/Homebox.php
Gets the list of user role IDs.

File

src/Entity/HomeboxInterface.php, line 26

Class

HomeboxInterface
Provides an interface for defining Homebox entities.

Namespace

Drupal\homebox\Entity

Code

public function getRoles();