You are here

public function EckEntityTypeInterface::hasCreatedField in Entity Construction Kit (ECK) 8

Determines if the entity type has a 'created' field.

Return value

bool True if it has one.

1 method overrides EckEntityTypeInterface::hasCreatedField()
EckEntityType::hasCreatedField in src/Entity/EckEntityType.php
Determines if the entity type has a 'created' field.

File

src/EckEntityTypeInterface.php, line 36

Class

EckEntityTypeInterface
Provides an interface defining an ECK entity type.

Namespace

Drupal\eck

Code

public function hasCreatedField();