Method | Description | |
---|---|---|
__construct ( Doctrine\Common\Persistence\ObjectManager $om, $entityClass, Symfony\Component\Form\FormFactoryInterface $formFactory, |
||
all ( integer $limit = 5, integer $offset ) : array | Get a list of JournalThemes. | |
delete ( |
Delete a JournalTheme. | |
get ( mixed $id ) : |
Get a JournalTheme. | |
patch ( |
Partially update a JournalTheme. | |
post ( array $parameters ) : |
Create a new JournalTheme. | |
put ( |
Edit a JournalTheme. |
Method | Description | |
---|---|---|
createJournalTheme ( ) | ||
processForm ( |
Processes the form. |
public __construct ( Doctrine\Common\Persistence\ObjectManager $om, $entityClass, Symfony\Component\Form\FormFactoryInterface $formFactory, |
||
$om | Doctrine\Common\Persistence\ObjectManager | |
$formFactory | Symfony\Component\Form\FormFactoryInterface | |
$journalService |
public delete ( |
||
$entity | ||
return |