You are here

public function RestfulDataProviderInterface::create in RESTful 7

Create an item from the request object.

Return value

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

File

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

Class

RestfulDataProviderInterface
@file Contains \RestfulDataProviderInterface.

Code

public function create();