You are here

public function PollInterface::getCreated in Poll 8

Return when the feed was modified last time.

Return value

int The timestamp of the last time the feed was modified.

1 method overrides PollInterface::getCreated()
Poll::getCreated in src/Entity/Poll.php
Return when the feed was modified last time.

File

src/PollInterface.php, line 29

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function getCreated();