You are here

public function WSCallInterface::setOptions in Web Service Data 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/WSCallInterface.php \Drupal\wsdata\Entity\WSCallInterface::setOptions()

Set the selected options.

1 method overrides WSCallInterface::setOptions()
WSCall::setOptions in src/Entity/WSCall.php
Doesn't save the WSCall though.

File

src/Entity/WSCallInterface.php, line 50

Class

WSCallInterface
Provides an interface for defining Web Service Call entities.

Namespace

Drupal\wsdata\Entity

Code

public function setOptions($options);