You are here

service social_post_album.element_info in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml \social_post_album.element_info
  2. 10.0.x modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml \social_post_album.element_info
  3. 10.2.x modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml \social_post_album.element_info

Class

Drupal\social_post_album\Service\SocialPostAlbumElementInfoManager
1 string reference to social_post_album.element_info
SocialPostAlbumImageWidget::create in modules/social_features/social_post/modules/social_post_album/src/Plugin/Field/FieldWidget/SocialPostAlbumImageWidget.php
Creates an instance of the plugin.

File

modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml
modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml

View source
  1. class: Drupal\social_post_album\Service\SocialPostAlbumElementInfoManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@cache_tags.invalidator'
  6. - '@module_handler'
  7. - '@theme.manager'