General
This section covers handling the crud actions via DataProcessors
(mentioned in previous section )
tip
- The actions in the frontend are handled by special scripts in:
src/assets/scripts/core/ui/Actions
. - Backend actions (create was discussed in the previous section) are defined in:
src/Action/Core/RepositoriesAction.php