You are here

public function FlagListItemInterface::getCreatedTime in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 src/Entity/FlagListItemInterface.php \Drupal\flag_lists\Entity\FlagListItemInterface::getCreatedTime()

Gets the Flag list item creation timestamp.

Return value

int Creation timestamp of the Flag list item.

1 method overrides FlagListItemInterface::getCreatedTime()
FlagListItem::getCreatedTime in src/Entity/FlagListItem.php
Gets the Flag list item creation timestamp.

File

src/Entity/FlagListItemInterface.php, line 43

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getCreatedTime();