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.
File
- src/
Plugin/ resource/ DataProvider/ DataProviderInterface.php, line 177 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderInterface.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getIndexIds();