You are here

public function RestfulDataProviderInterface::view in RESTful 7

View an item from the data source.

Parameters

mixed $id: The unique ID for the item.

Return value

array The structured array ready to be rendered for the current item.

File

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

Class

RestfulDataProviderInterface
@file Contains \RestfulDataProviderInterface.

Code

public function view($id);