You are here

interface EntityExtraFieldsControllerInterface in Entity API 7

Interface for extra fields controller.

Note: Displays extra fields exposed by this controller are rendered by default by the EntityAPIController.

Hierarchy

Expanded class hierarchy of EntityExtraFieldsControllerInterface

All classes that implement EntityExtraFieldsControllerInterface

File

./entity.info.inc, line 194
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.

View source
interface EntityExtraFieldsControllerInterface {

  /**
   * Returns extra fields for this entity type.
   *
   * @see hook_field_extra_fields()
   */
  public function fieldExtraFields();

}

Members

Namesort descending Modifiers Type Description Overrides
EntityExtraFieldsControllerInterface::fieldExtraFields public function Returns extra fields for this entity type. 1