You are here

public function DataProviderDecorator::getOptions in RESTful 7.2

Gets the data provider options.

Return value

array The array of options for the data provider.

Overrides DataProviderInterface::getOptions

File

src/Plugin/resource/DataProvider/DataProviderDecorator.php, line 91
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDecorator.

Class

DataProviderDecorator

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getOptions() {
  return $this->decorated
    ->getOptions();
}