You are here

public function CrudInterface::index in RESTful 7.2

List operation.

Return value

array An array of structured data for the things being viewed.

3 methods override CrudInterface::index()
CacheDecoratedDataProvider::index in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
List operation.
DataProvider::index in src/Plugin/resource/DataProvider/DataProvider.php
List operation.
DataProviderDecorator::index in src/Plugin/resource/DataProvider/DataProviderDecorator.php
List operation.

File

src/Plugin/resource/CrudInterface.php, line 18
Contains \Drupal\restful\Resource\CrudInterface.

Class

CrudInterface

Namespace

Drupal\restful\Plugin\resource

Code

public function index();