You are here

public function DataProviderInterface::getIndexIds in RESTful 7.2

Returns the ID to render for the current index GET request.

Return value

array Numeric array containing the identifiers to be sent to viewMultiple.

1 call to DataProviderInterface::getIndexIds()
DataProvider::index in src/Plugin/resource/DataProvider/DataProvider.php
List operation.
8 methods override DataProviderInterface::getIndexIds()
CacheDecoratedDataProvider::getIndexIds in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
Returns the ID to render for the current index GET request.
DataProviderDbQuery::getIndexIds in src/Plugin/resource/DataProvider/DataProviderDbQuery.php
Returns the ID to render for the current index GET request.
DataProviderDecorator::getIndexIds in src/Plugin/resource/DataProvider/DataProviderDecorator.php
Returns the ID to render for the current index GET request.
DataProviderEntity::getIndexIds in src/Plugin/resource/DataProvider/DataProviderEntity.php
Returns the ID to render for the current index GET request.
DataProviderNull::getIndexIds in src/Plugin/resource/DataProvider/DataProviderNull.php
Returns the ID to render for the current index GET request.

... See full list

File

src/Plugin/resource/DataProvider/DataProviderInterface.php, line 177
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderInterface.

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getIndexIds();