public function EckEntityTypeInterface::hasAuthorField in Entity Construction Kit (ECK) 8
Determines if the entity type has an 'author' field.
Return value
bool True if it has one.
1 method overrides EckEntityTypeInterface::hasAuthorField()
- EckEntityType::hasAuthorField in src/
Entity/ EckEntityType.php - Determines if the entity type has an 'author' field.
File
- src/
EckEntityTypeInterface.php, line 20
Class
- EckEntityTypeInterface
- Provides an interface defining an ECK entity type.
Namespace
Drupal\eckCode
public function hasAuthorField();