public function DataProviderDecorator::index in RESTful 7.2
List operation.
Return value
array An array of structured data for the things being viewed.
Overrides CrudInterface::index
File
- src/
Plugin/ resource/ DataProvider/ DataProviderDecorator.php, line 140 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDecorator.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function index() {
return $this->decorated
->index();
}