[DOCS][Developer] Elaborate on implementing and configuring a module
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user