You are here

public function RestfulEntityBaseUser::getEntityInfo in RESTful 7

Overrides parent::getEntityInfo().

Overrides RestfulDataProviderEFQ::getEntityInfo

File

plugins/restful/RestfulEntityBaseUser.php, line 29
Contains RestfulEntityBaseUser.

Class

RestfulEntityBaseUser
@file Contains RestfulEntityBaseUser.

Code

public function getEntityInfo($type = NULL) {
  $info = parent::getEntityInfo($type);
  $info['entity keys']['label'] = 'name';
  return $info;
}