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\EntityCode
public function getOptions() {
return $this->options;
}