You are here

protected property SocialEventInviteRecipientField::$entityTypeManager in Open Social 10.1.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_event/modules/social_event_invite/src/Plugin/views/field/SocialEventInviteRecipientField.php \Drupal\social_event_invite\Plugin\views\field\SocialEventInviteRecipientField::entityTypeManager
  2. 10.3.x modules/social_features/social_event/modules/social_event_invite/src/Plugin/views/field/SocialEventInviteRecipientField.php \Drupal\social_event_invite\Plugin\views\field\SocialEventInviteRecipientField::entityTypeManager
  3. 10.0.x modules/social_features/social_event/modules/social_event_invite/src/Plugin/views/field/SocialEventInviteRecipientField.php \Drupal\social_event_invite\Plugin\views\field\SocialEventInviteRecipientField::entityTypeManager
  4. 10.2.x modules/social_features/social_event/modules/social_event_invite/src/Plugin/views/field/SocialEventInviteRecipientField.php \Drupal\social_event_invite\Plugin\views\field\SocialEventInviteRecipientField::entityTypeManager

The entity type manager interface.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/social_features/social_event/modules/social_event_invite/src/Plugin/views/field/SocialEventInviteRecipientField.php, line 28

Class

SocialEventInviteRecipientField
Displays the invited email or user if there is an account.

Namespace

Drupal\social_event_invite\Plugin\views\field

Code

protected $entityTypeManager;