You are here

public function RestfulDataProviderInterface::viewMultiple in RESTful 7

View a collection of items.

Parameters

array $ids: An array of items to view.

Return value

array The structured array ready to be rendered.

File

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

Class

RestfulDataProviderInterface
@file Contains \RestfulDataProviderInterface.

Code

public function viewMultiple(array $ids);