public function CacheDecoratedDataProvider::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/ CacheDecoratedDataProvider.php, line 132 - Contains \Drupal\restful\Plugin\resource\DataProvider\CacheDecoratedDataProvider.
Class
- CacheDecoratedDataProvider
- Class CacheDecoratedDataProvider.
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getOptions() {
return $this->subject
->getOptions();
}