You are here

public function LanguageConfigOverride::getCacheSuffix in GraphQL 8.4

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/LanguageConfigOverride.php, line 68

Class

LanguageConfigOverride
GraphQL config overrides.

Namespace

Drupal\graphql\Config

Code

public function getCacheSuffix() {
  return 'graphql';
}