public function WSServerInterface::isDisabled in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Entity/WSServerInterface.php \Drupal\wsdata\Entity\WSServerInterface::isDisabled()
Check if wsserver is disabled.
1 method overrides WSServerInterface::isDisabled()
- WSServer::isDisabled in src/
Entity/ WSServer.php - Check if wsserver is disabled.
File
- src/
Entity/ WSServerInterface.php, line 35
Class
- WSServerInterface
- Provides an interface for defining Web Service Server entities.
Namespace
Drupal\wsdata\EntityCode
public function isDisabled();