public function EntityExtraFieldsControllerInterface::fieldExtraFields in Entity API 7
Returns extra fields for this entity type.
See also
1 method overrides EntityExtraFieldsControllerInterface::fieldExtraFields()
File
- ./
entity.info.inc, line 201 - Provides basic entity property info for entities provided via the CRUD API, as well as property info for all entity types defined by core. For that the respective modules/MODULE.info.inc files are included.
Class
- EntityExtraFieldsControllerInterface
- Interface for extra fields controller.
Code
public function fieldExtraFields();