You are here

interface WSConnectorInterface in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSConnectorInterface.php \Drupal\wsdata\Plugin\WSConnectorInterface

Defines an interface for Wsconnector plugin plugins.

Hierarchy

Expanded class hierarchy of WSConnectorInterface

All classes that implement WSConnectorInterface

File

src/Plugin/WSConnectorInterface.php, line 10

Namespace

Drupal\wsdata\Plugin
View source
interface WSConnectorInterface extends ContainerFactoryPluginInterface {

  /**
   * Return the custom settings form for the wscall page.
   */
  public function getOptionsForm($options = []);

}

Members

Namesort descending Modifiers Type Description Overrides
ContainerFactoryPluginInterface::create public static function Creates an instance of the plugin. 112
WSConnectorInterface::getOptionsForm public function Return the custom settings form for the wscall page. 1