public function Poll::open in Poll 8
Sets the poll to open.
Overrides PollInterface::open
File
- src/Entity/ Poll.php, line 191 
Class
- Poll
- Defines the poll entity class.
Namespace
Drupal\poll\EntityCode
public function open() {
  return $this
    ->set('status', 1);
}