You are here

public function Homebox::getRoles in Homebox 8

Gets the list of user role IDs.

Return value

array List of user role IDs.

Overrides HomeboxInterface::getRoles

File

src/Entity/Homebox.php, line 108

Class

Homebox
Defines the Homebox entity.

Namespace

Drupal\homebox\Entity

Code

public function getRoles() {
  return $this->roles;
}