46 $configureActions = parent::configureActions();
50 $configureActions[self::ACTION_COLLECT] = [
51 'class' => Translate\Controller\Asset\Collect::class,
56 $configureActions[self::ACTION_EXTRACT] = [
57 'class' => Translate\Controller\Asset\Extract::class,
63 $configureActions[self::ACTION_APPLY] = [
64 'class' => Translate\Controller\Asset\Apply::class,
70 $configureActions[self::ACTION_APPLY_PUBLIC] = [
71 'class' => Translate\Controller\Asset\ApplyPublic::class,
77 $configureActions[self::ACTION_PACK] = [
78 'class' => Translate\Controller\Asset\Pack::class,
83 $configureActions[self::ACTION_UPLOAD] = [
88 $configureActions[self::ACTION_DOWNLOAD] = [
90 Main\Engine\ActionFilter\Csrf::class,
96 $configureActions[self::ACTION_PURGE] = [
101 $configureActions[self::ACTION_CANCEL] = [
106 $configureActions[self::ACTION_CLEAR] = [
111 $configureActions[self::ACTION_FINALIZE] = [
117 return $configureActions;