public function SocialAlbumConfigOverride::getCacheableMetadata in Open Social 10.2.x
Same name and namespace in other branches
- 10.3.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheableMetadata()
- 10.0.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheableMetadata()
- 10.1.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::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_album/ src/ SocialAlbumConfigOverride.php, line 183
Class
- SocialAlbumConfigOverride
- Provides an overridden elements.
Namespace
Drupal\social_albumCode
public function getCacheableMetadata($name) {
return new CacheableMetadata();
}