translations_pack-1.0.0-beta3/src/TranslationsFormState.php
src/TranslationsFormState.php
<?php
namespace Drupal\translations_pack;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Form\FormState;
class TranslationsFormState extends FormState {
public EntityInterface $original_entity;
public $saved_entity;
}
