You are here

protected property NetworkBase::$entityTypeManager in Social API 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/NetworkBase.php \Drupal\social_api\Plugin\NetworkBase::entityTypeManager
  2. 3.x src/Plugin/NetworkBase.php \Drupal\social_api\Plugin\NetworkBase::entityTypeManager

The entity type manager.

Type: EntityTypeManagerInterface

File

src/Plugin/NetworkBase.php, line 29

Class

NetworkBase
Base class for Social Network plugins.

Namespace

Drupal\social_api\Plugin

Code

protected $entityTypeManager;