You are here

public function DataProviderInterface::getOptions in RESTful 7.2

Gets the data provider options.

Return value

array The array of options for the data provider.

3 methods override DataProviderInterface::getOptions()
CacheDecoratedDataProvider::getOptions in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
Gets the data provider options.
DataProvider::getOptions in src/Plugin/resource/DataProvider/DataProvider.php
Gets the data provider options.
DataProviderDecorator::getOptions in src/Plugin/resource/DataProvider/DataProviderDecorator.php
Gets the data provider options.

File

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

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getOptions();