public function DataProviderNull::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.
Overrides DataProviderInterface::getIndexIds
File
- src/
Plugin/ resource/ DataProvider/ DataProviderNull.php, line 56 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderNull.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getIndexIds() {
return array();
}