You are here

public function Homebox::getOptions in Homebox 8

Gets the list of visibility options.

Return value

array The list of visibility options.

Overrides HomeboxInterface::getOptions

File

src/Entity/Homebox.php, line 156

Class

Homebox
Defines the Homebox entity.

Namespace

Drupal\homebox\Entity

Code

public function getOptions() {
  return $this->options;
}