public function PollInterface::setCreated in Poll 8
Sets the last modification of the feed.
Parameters
int $created: The timestamp when the feed was modified.
Return value
\Drupal\poll\PollInterface The class instance that this method is called on.
1 method overrides PollInterface::setCreated()
- Poll::setCreated in src/
Entity/ Poll.php - Sets the last modification of the feed.
File
- src/
PollInterface.php, line 40
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function setCreated($created);