You are here

public function WSServerInterface::getDefaultMethod in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/WSServerInterface.php \Drupal\wsdata\Entity\WSServerInterface::getDefaultMethod()

Return the default method if called.

1 method overrides WSServerInterface::getDefaultMethod()
WSServer::getDefaultMethod in src/Entity/WSServer.php
Return the default method if called.

File

src/Entity/WSServerInterface.php, line 50

Class

WSServerInterface
Provides an interface for defining Web Service Server entities.

Namespace

Drupal\wsdata\Entity

Code

public function getDefaultMethod();