Adding custom action to yii\rest\ActiveController
This is just a memo for future self of what steps must be undertaken in order to:
- Add a new custom (own) action to given yii\rest\ActiveController and
- Making it accessible for selected routes / verbs / methods
If you’re familiar with the above then you won’t find anything valuable in this article, sorry.
Read More “Adding custom action to yii\rest\ActiveController”