Constructs a new ContentEntityDeriver.
string $base_plugin_id: The base plugin ID.
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
public function __construct($base_plugin_id, EntityTypeManagerInterface $entityTypeManager) { $this->entityTypeManager = $entityTypeManager; }