public EntityOperations::__construct(ModerationInformationInterface $moderation_info, EntityTypeManagerInterface $entity_type_manager, FormBuilderInterface $form_builder, RevisionTrackerInterface $tracker)
Constructs a new EntityOperations object.
Parameters
\Drupal\content_moderation\ModerationInformationInterface $moderation_info: Moderation information service.
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: Entity type manager service.
\Drupal\Core\Form\FormBuilderInte