25 $configureActions = parent::configureActions();
29 $configureActions[self::ACTION_SAVE] = [
30 'class' => Translate\Controller\Editor\SaveFile::class,
32 Main\Engine\ActionFilter\HttpMethod::class,
40 $configureActions[self::ACTION_SAVE_SOURCE] = [
41 'class' => Translate\Controller\Editor\SaveSource::class,
43 Main\Engine\ActionFilter\HttpMethod::class,
52 $configureActions[self::ACTION_CLEAN_ETHALON] = [
53 'class' => Translate\Controller\Editor\CleanEthalon::class,
59 $configureActions[self::ACTION_WIPE_EMPTY] = [
60 'class' => Translate\Controller\Editor\WipeEmpty::class,
66 $configureActions[self::ACTION_CANCEL] = [
72 return $configureActions;