You are here

public function SimpleMegaMenuInterface::setCreatedTime in Simple Mega Menu 2.0.x

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

Sets the Simple mega menu creation timestamp.

Parameters

int $timestamp: The Simple mega menu creation timestamp.

Return value

\Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface The called Simple mega menu entity.

1 method overrides SimpleMegaMenuInterface::setCreatedTime()
SimpleMegaMenu::setCreatedTime in src/Entity/SimpleMegaMenu.php
Sets the Simple mega menu creation timestamp.

File

src/Entity/SimpleMegaMenuInterface.php, line 61

Class

SimpleMegaMenuInterface
Provides an interface for defining Simple mega menu entities.

Namespace

Drupal\simple_megamenu\Entity

Code

public function setCreatedTime($timestamp);