public function CacheDecoratedDataProvider::setOptions in RESTful 7.2
Sets the options.
Parameters
array $options: The options to set.
Overrides DataProviderInterface::setOptions
File
- src/
Plugin/ resource/ DataProvider/ CacheDecoratedDataProvider.php, line 247 - Contains \Drupal\restful\Plugin\resource\DataProvider\CacheDecoratedDataProvider.
Class
- CacheDecoratedDataProvider
- Class CacheDecoratedDataProvider.
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function setOptions(array $options) {
$this->subject
->setOptions($options);
}