You are here

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

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

Return available methods supported by the connector.

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

File

src/Plugin/WSConnectorBase.php, line 65

Class

WSConnectorBase
Base class for Wsconnector plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public abstract function getMethods();