public function WSServerInterface::enable in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSServerInterface.php \Drupal\wsdata\Entity\WSServerInterface::enable()
Enable the wsserver.
Overrides ConfigEntityInterface::enable
File
- src/
Entity/ WSServerInterface.php, line 30
Class
- WSServerInterface
- Provides an interface for defining Web Service Server entities.
Namespace
Drupal\wsdata\EntityCode
public function enable($degraded = FALSE);