You are here

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

DataProviderNull

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getIndexIds() {
  return array();
}