You are here

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

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

Return value

bool True if it has one.

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

File

src/EckEntityTypeInterface.php, line 52

Class

EckEntityTypeInterface
Provides an interface defining an ECK entity type.

Namespace

Drupal\eck

Code

public function hasStatusField();