Constructs a TranslatorListBuilder object.
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.
\Drupal\Core\Entity\EntityStorageInterface $storage: The config storage definition.
\Drupal\tmgmt\TranslatorManager $translator_manager: The language manager.
public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage, TranslatorManager $translator_manager) {
parent::__construct($entity_type, $storage);
$this->storage = $storage;
$this->translatorManager = $translator_manager;
}