You are here

service social_event_invite.access_helper in Open Social 8.9

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml \social_event_invite.access_helper
  2. 10.0.x modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml \social_event_invite.access_helper
  3. 10.1.x modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml \social_event_invite.access_helper
  4. 10.2.x modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml \social_event_invite.access_helper

Class

Drupal\social_event_invite\SocialEventInviteAccessHelper
2 string references to social_event_invite.access_helper
SocialEventInviteLocalActionsBlock::create in modules/social_features/social_event/modules/social_event_invite/src/Plugin/Block/SocialEventInviteLocalActionsBlock.php
Creates an instance of the plugin.
social_event_invite_preprocess_views_view in modules/social_features/social_event/modules/social_event_invite/social_event_invite.module
Implements template_preprocess_views_view().

File

modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml
modules/social_features/social_event/modules/social_event_invite/social_event_invite.services.yml

View source
  1. class: Drupal\social_event_invite\SocialEventInviteAccessHelper
  2. arguments:
  3. - '@current_route_match'
  4. - '@config.factory'
  5. - '@social_group.helper_service'
  6. - '@entity_type.manager'
  7. - '@current_user'