You are here

public function CslStyleInterface::setUpdatedTime in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/CslStyleInterface.php \Drupal\bibcite\Entity\CslStyleInterface::setUpdatedTime()

Set a new updated time.

Parameters

int $timestamp: Timestamp of updated time.

Return value

$this

1 method overrides CslStyleInterface::setUpdatedTime()
CslStyle::setUpdatedTime in src/Entity/CslStyle.php
Set a new updated time.

File

src/Entity/CslStyleInterface.php, line 72

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function setUpdatedTime($timestamp);