You are here

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

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

Return value

bool True if it has one.

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

File

src/EckEntityTypeInterface.php, line 28

Class

EckEntityTypeInterface
Provides an interface defining an ECK entity type.

Namespace

Drupal\eck

Code

public function hasChangedField();