You are here

public function DataProviderInterface::setOptions in RESTful 7.2

Sets the options.

Parameters

array $options: The options to set.

3 methods override DataProviderInterface::setOptions()
CacheDecoratedDataProvider::setOptions in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
Sets the options.
DataProvider::setOptions in src/Plugin/resource/DataProvider/DataProvider.php
Sets the options.
DataProviderDecorator::setOptions in src/Plugin/resource/DataProvider/DataProviderDecorator.php
Sets the options.

File

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

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function setOptions(array $options);