constant POLL_PUBLISHED in Poll 8
Denotes that the poll is published.
File
- ./
poll.module, line 20 - Collects votes on different topics in the form of multiple choice questions.
Code
const POLL_PUBLISHED = 1;
Denotes that the poll is published.
const POLL_PUBLISHED = 1;