public function PersistedQueryPluginInterface::label in GraphQL 8.4
Returns the label for use on the administration pages.
Return value
string The administration label.
1 method overrides PersistedQueryPluginInterface::label()
- PersistedQueryPluginBase::label in src/
PersistedQuery/ PersistedQueryPluginBase.php - Returns the label for use on the administration pages.
File
- src/
Plugin/ PersistedQueryPluginInterface.php, line 34
Class
- PersistedQueryPluginInterface
- Defines plugins that represent persisted GraphQL queries.
Namespace
Drupal\graphql\PluginCode
public function label();