You are here

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

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

Sets the Module creation timestamp.

Parameters

int $timestamp: The Module creation timestamp.

Return value

\Drupal\opigno_module\Entity\OpignoModuleInterface The called Module entity.

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

File

src/Entity/OpignoModuleInterface.php, line 52

Class

OpignoModuleInterface
Provides an interface for defining Module entities.

Namespace

Drupal\opigno_module\Entity

Code

public function setCreatedTime($timestamp);