You are here

function social_post_photo_update_8001 in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  2. 8 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  3. 8.2 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  4. 8.3 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  5. 8.4 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  6. 8.5 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  7. 8.6 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  8. 8.7 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  9. 8.8 modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  10. 10.3.x modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  11. 10.0.x modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()
  12. 10.1.x modules/social_features/social_post/modules/social_post_photo/social_post_photo.install \social_post_photo_update_8001()

Set the number of comments on Post Teaser and Full display.

File

modules/social_features/social_post/modules/social_post_photo/social_post_photo.install, line 98
The Social post photo installation.

Code

function social_post_photo_update_8001() {
  \Drupal::service('config.installer')
    ->installDefaultConfig('module', 'social_post_photo');
}