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
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getOptions() {
return $this->decorated
->getOptions();
}