]> git.agnieray.net Git - galette.git/commit
Add event dispatcher for plugins; closes #1400
authorNicolas Béhier-Dévigne <nbehierdevigne@gmail.com>
Sun, 16 Feb 2020 16:49:54 +0000 (17:49 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 8 Mar 2020 10:10:13 +0000 (11:10 +0100)
commitc9619538af5caf7bfc5cad3370d57de143a2fc57
tree0367c7d5de95970467081e020917d8552dfdb97d
parent97198820a20d25e9e93c20291c7aa6ef288ce283
Add event dispatcher for plugins; closes #1400

Emits from models rather than routes
Add, Edit and Remove event for Adherent, Contribution and Transaction.
Tests for PHP 7.1, 7.2 and 7.3.

Add method to get plugins namespace
galette/composer.json
galette/composer.lock
galette/includes/dependencies.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Repository/Members.php
tests/TestsBootstrap.php