public function SchemaBuilderInterface::hasSubscriptions in GraphQL 8.3
Checks if the schema has any subscriptions.
Return value
bool TRUE if the schema has any subscriptions, FALSE otherwise.
1 method overrides SchemaBuilderInterface::hasSubscriptions()
- SchemaPluginBase::hasSubscriptions in src/
Plugin/ GraphQL/ Schemas/ SchemaPluginBase.php - Checks if the schema has any subscriptions.
File
- src/
Plugin/ SchemaBuilderInterface.php, line 35
Class
Namespace
Drupal\graphql\PluginCode
public function hasSubscriptions();