You are here

public function DataProvider::getOptions in RESTful 7.2

Gets the data provider options.

Return value

array The array of options for the data provider.

Overrides DataProviderInterface::getOptions

5 calls to DataProvider::getOptions()
DataProvider::getCacheFragments in src/Plugin/resource/DataProvider/DataProvider.php
Gets the entity context.
DataProviderDbQuery::getCacheFragments in src/Plugin/resource/DataProvider/DataProviderDbQuery.php
Gets the entity context.
DataProviderEntity::getCacheFragments in src/Plugin/resource/DataProvider/DataProviderEntity.php
Gets the entity context.
DataProviderFile::fileSaveUpload in src/Plugin/resource/DataProvider/DataProviderFile.php
An adaptation of file_save_upload() that includes more verbose errors.
DataProviderPlug::getCacheFragments in src/Plugin/resource/DataProvider/DataProviderPlug.php
Gets the entity context.

File

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

Class

DataProvider

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

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