You are here

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

DataProviderDecorator

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function index() {
  return $this->decorated
    ->index();
}