You are here

public function SocialEventInviteConfigOverride::getCacheSuffix in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteConfigOverride.php \Drupal\social_event_invite\SocialEventInviteConfigOverride::getCacheSuffix()
  2. 10.1.x modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteConfigOverride.php \Drupal\social_event_invite\SocialEventInviteConfigOverride::getCacheSuffix()

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

modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteConfigOverride.php, line 191

Class

SocialEventInviteConfigOverride
Provides an overridden elements.

Namespace

Drupal\social_event_invite

Code

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