You are here

public function PlanInterface::getCreatedTime in farmOS 2.x

Gets the plan creation timestamp.

Return value

int Creation timestamp of the plan.

1 method overrides PlanInterface::getCreatedTime()
Plan::getCreatedTime in modules/core/plan/src/Entity/Plan.php
Gets the plan creation timestamp.

File

modules/core/plan/src/Entity/PlanInterface.php, line 42

Class

PlanInterface
Provides an interface for defining plan entities.

Namespace

Drupal\plan\Entity

Code

public function getCreatedTime();