You are here

service social_core.invite in Open Social 10.3.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_core/social_core.services.yml \social_core.invite
  2. 10.0.x modules/social_features/social_core/social_core.services.yml \social_core.invite
  3. 10.1.x modules/social_features/social_core/social_core.services.yml \social_core.invite
  4. 10.2.x modules/social_features/social_core/social_core.services.yml \social_core.invite

Class

Drupal\social_core\InviteService
3 string references to social_core.invite
SocialCoreController::myInvitesUserPage in modules/social_features/social_core/src/Controller/SocialCoreController.php
Redirects a user to the group or events invite page, or home if empty.
social_core_social_user_account_header_account_links in modules/social_features/social_core/social_core.module
Implements hook_social_user_account_header_account_links().
social_core_social_user_account_header_items_alter in modules/social_features/social_core/social_core.module
Implements hook_social_user_account_header_items().

File

modules/social_features/social_core/social_core.services.yml
modules/social_features/social_core/social_core.services.yml

View source
  1. class: Drupal\social_core\InviteService
  2. arguments:
  3. - '@request_stack'
  4. - '@module_handler'
  5. - '@current_user'