You are here

public function RestfulDataProviderInterface::index in RESTful 7

Get a list of entities.

Return value

array Array of entities, as passed to RestfulEntityBase::viewEntity().

Throws

RestfulBadRequestException

File

plugins/restful/RestfulDataProviderInterface.php, line 22
Contains \RestfulDataProviderInterface.

Class

RestfulDataProviderInterface
@file Contains \RestfulDataProviderInterface.

Code

public function index();