Yii2 Events

Where can I find a list of all framework events?

Like all the events defined in ActiveRecord class…

Is there a full list in the documentation somewhere?

There’s a list in a book called “web application development with yii2 and php” which I won’t copy and paste because of copyrights, but you can find those informations in the API Documentation - for example all activeRecords events: http://www.yiiframework.com/doc-2.0/yii-db-baseactiverecord.html#events , User-Events: http://www.yiiframework.com/doc-2.0/yii-web-user.html#constants and so on.