You are here

constant SocialPostPhotoAlbumConfigOverride::TYPES in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::TYPES
  2. 10.1.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::TYPES
  3. 10.2.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::TYPES

Field widget or formatter type per configuration.

File

modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php, line 19

Class

SocialPostPhotoAlbumConfigOverride
Provides an overridden elements.

Namespace

Drupal\social_post_album

Code

const TYPES = [
  'core.entity_form_display.post.photo.default' => 'social_post_album_image',
  'core.entity_view_display.post.photo.activity' => 'album_image',
];