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