You are here

public function OpignoModuleInterface::getCreatedTime in Opigno module 3.x

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

Gets the Module creation timestamp.

Return value

int Creation timestamp of the Module.

1 method overrides OpignoModuleInterface::getCreatedTime()
OpignoModule::getCreatedTime in src/Entity/OpignoModule.php
Gets the Module creation timestamp.

File

src/Entity/OpignoModuleInterface.php, line 41

Class

OpignoModuleInterface
Provides an interface for defining Module entities.

Namespace

Drupal\opigno_module\Entity

Code

public function getCreatedTime();