You are here

public function WSServerInterface::disable in Web Service Data 8

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

Disabled the wsserver.

Overrides ConfigEntityInterface::disable

File

src/Entity/WSServerInterface.php, line 25

Class

WSServerInterface
Provides an interface for defining Web Service Server entities.

Namespace

Drupal\wsdata\Entity

Code

public function disable($degraded = FALSE);