public function SocialCommentUploadConfigOverride::getCacheableMetadata in Open Social 8
Same name and namespace in other branches
- 8.9 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.2 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.3 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.4 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.5 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.6 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.7 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 8.8 modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 10.3.x modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 10.0.x modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 10.1.x modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
- 10.2.x modules/social_features/social_comment_upload/src/SocialCommentUploadConfigOverride.php \Drupal\social_comment_upload\SocialCommentUploadConfigOverride::getCacheableMetadata()
Gets the cacheability metadata associated with the config factory override.
Parameters
string $name: The name of the configuration override to get metadata for.
Return value
\Drupal\Core\Cache\CacheableMetadata A cacheable metadata object.
Overrides ConfigFactoryOverrideInterface::getCacheableMetadata
File
- modules/
social_features/ social_comment_upload/ src/ SocialCommentUploadConfigOverride.php, line 106
Class
- SocialCommentUploadConfigOverride
- Class SocialCommentUploadConfigOverride.
Namespace
Drupal\social_comment_uploadCode
public function getCacheableMetadata($name) {
return new CacheableMetadata();
}