[DOCS][Developer] Elaborate on implementing and configuring a module

This commit is contained in:
2021-08-22 19:58:48 +01:00
committed by Hugo Sales
parent 141f919ca7
commit 1ee8df1494
15 changed files with 151 additions and 20 deletions

View File

@@ -19,12 +19,15 @@
namespace App\Core\Modules;
use App\Core\Log;
use App\Entity\Note;
use App\Util\Common;
use App\Util\Exception\InvalidFormException;
use App\Util\Exception\NoSuchNoteException;
use Symfony\Component\Form\Form;
use Symfony\Component\HttpFoundation\Request;
class NoteHandlerPlugin extends Plugin
abstract class NoteHandlerPlugin extends Plugin
{
/**
* Handle the $form submission for the note action for note if