public function GraphQLConfigOverrides::getCacheSuffix in GraphQL 8.3
The string to append to the configuration static cache name.
Return value
string A string to append to the configuration static cache name.
Overrides ConfigFactoryOverrideInterface::getCacheSuffix
File
- src/
Config/ GraphQLConfigOverrides.php, line 65
Class
- GraphQLConfigOverrides
- GraphQL config overrides.
Namespace
Drupal\graphql\ConfigCode
public function getCacheSuffix() {
return 'graphql';
}