abstract public function RestfulDataProviderEFQ::viewEntity in RESTful 7
View an entity.
Parameters
$id: The ID to load the entity.
Return value
array Array with the public fields populated.
Throws
Exception
1 call to RestfulDataProviderEFQ::viewEntity()
- RestfulDataProviderEFQ::view in plugins/
restful/ RestfulDataProviderEFQ.php - View an item from the data source.
1 method overrides RestfulDataProviderEFQ::viewEntity()
- RestfulEntityBase::viewEntity in plugins/
restful/ RestfulEntityBase.php - View an entity.
File
- plugins/
restful/ RestfulDataProviderEFQ.php, line 413 - Contains \RestfulDataProviderEFQ
Class
- RestfulDataProviderEFQ
- @file Contains \RestfulDataProviderEFQ
Code
public abstract function viewEntity($id);