feat(ws_faqAccordion): Add installer; create entity & db table
This commit is contained in:
16
src/Module/adminHooks.php
Normal file
16
src/Module/adminHooks.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Module\WsFaqAccordion\Module;
|
||||
|
||||
trait adminHooks
|
||||
{
|
||||
// This function is for the configuraion page on the back office. When you click "configure" this is called.
|
||||
public function getContent()
|
||||
{
|
||||
return $this->renderForm();
|
||||
}
|
||||
|
||||
public function renderForm(){
|
||||
return("Hello! This is the configuration page in the back office.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user