You are here

abstract public function WSConnectorBase::getOptions in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSConnectorBase.php \Drupal\wsdata\Plugin\WSConnectorBase::getOptions()

Return available options supported by the connector.

2 methods override WSConnectorBase::getOptions()
WSConnectorLocalFile::getOptions in src/Plugin/WSConnector/WSConnectorLocalFile.php
Return available options supported by the connector.
WSConnectorSimpleHTTP::getOptions in src/Plugin/WSConnector/WSConnectorSimpleHTTP.php
Return available options supported by the connector.

File

src/Plugin/WSConnectorBase.php, line 60

Class

WSConnectorBase
Base class for Wsconnector plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public abstract function getOptions();