You are here

public function EntityExtraFieldsControllerInterface::fieldExtraFields in Entity API 7

Returns extra fields for this entity type.

See also

hook_field_extra_fields()

1 method overrides EntityExtraFieldsControllerInterface::fieldExtraFields()
EntityDefaultExtraFieldsController::fieldExtraFields in ./entity.info.inc
Implements 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();