public function DataProviderNull::viewMultiple in RESTful 7.2
Read operation.
Parameters
array $identifiers: The array of IDs of things being viewed.
Return value
array An array of structured data for the things being viewed.
Overrides CrudInterface::viewMultiple
File
- src/
Plugin/ resource/ DataProvider/ DataProviderNull.php, line 37 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderNull.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function viewMultiple(array $identifiers) {
return array();
}